Skip to content

chore: bump planx-core (ODP Schema v0.7.2) #7461

chore: bump planx-core (ODP Schema v0.7.2)

chore: bump planx-core (ODP Schema v0.7.2) #7461

Triggered via pull request January 20, 2025 11:52
Status Failure
Total duration 22m 3s
Artifacts

pull-request.yml

on: pull_request
Check file changes
4s
Check file changes
Build React App
3m 55s
Build React App
Run Integration tests
5m 32s
Run Integration tests
Run API Tests
2m 57s
Run API Tests
Run React Tests
7m 5s
Run React Tests
Generate Hasura Change Summary
0s
Generate Hasura Change Summary
E2E tests
10m 21s
E2E tests
Upsert Vultr Instance
17m 43s
Upsert Vultr Instance
Run Pulumi Preview
0s
Run Pulumi Preview
Run Healthcheck on Pizza Services
0s
Run Healthcheck on Pizza Services
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 16 warnings, and 1 notice
src/@planx/components/Filter/Editor.test.tsx > Updating an existing filter to another category: editor.planx.uk/src/@planx/components/Filter/Editor.test.tsx#L78
Error: expect(element).toHaveValue(Listed building consent) Expected the element to have value: Listed building consent Received: Planning permission ❯ src/@planx/components/Filter/Editor.test.tsx:78:57
src/pages/FlowEditor/lib/__tests__/filters.test.ts > A filter on the root of the graph > Filter options are auto-answered correctly when a higher order flag is collected first: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L36
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes' - Expected + Received - RootFilterYes + RootFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:36:46
src/pages/FlowEditor/lib/__tests__/filters.test.ts > A filter on the root of the graph > Filter options are auto-answered correctly when a lower order flag is collected first: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L57
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes' - Expected + Received - RootFilterYes + RootFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:57:46
src/pages/FlowEditor/lib/__tests__/filters.test.ts > A filter on a branch > Filter options are auto-answered correctly when a higher order flag is collected first: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L114
AssertionError: expected 'BranchFilterNoFlagResult' to deeply equal 'BranchFilterYes' - Expected + Received - BranchFilterYes + BranchFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:114:48
src/pages/FlowEditor/lib/__tests__/filters.test.ts > A filter on a branch > Filter options are auto-answered correctly when a lower order flag is collected first: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L143
AssertionError: expected 'BranchFilterNoFlagResult' to deeply equal 'BranchFilterYes' - Expected + Received - BranchFilterYes + BranchFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:143:48
src/pages/FlowEditor/lib/__tests__/filters.test.ts > Auto-answerable Questions or Checklists on filter paths > Are only auto-answered when they are reached and when the path matches the result: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L189
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes' - Expected + Received - RootFilterYes + RootFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:189:46
src/pages/FlowEditor/lib/__tests__/filters.test.ts > Auto-answerable Questions or Checklists on filter paths > Are never auto-answered if the path does not match the result: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L211
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterNo' - Expected + Received - RootFilterNo + RootFilterNoFlagResult ❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:211:46
src/pages/FlowEditor/lib/__tests__/getFlowSchema.test.ts > generating the schema for a flow > filters and their flag values are omitted from the schema: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/getFlowSchema.test.ts#L37
AssertionError: expected { nodes: [], options: [ …(4) ] } to deeply equal { nodes: [], options: [] } - Expected + Received Object { "nodes": Array [], - "options": Array [], + "options": Array [ + "TR-DE_MINIMIS", + "TR-MISSING_INFO", + "TR-NOT_REQUIRED", + "TR-REQUIRED", + ], } ❯ src/pages/FlowEditor/lib/__tests__/getFlowSchema.test.ts:37:29
src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts > Collecting flags > Correctly collects flags based on an option's `data.flags` prop: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts#L18
AssertionError: expected { 'Planning permission': [], …(6) } to deeply equal { …(7) } - Expected + Received Object { - "Community infrastructure levy": Array [ - "Relief", - ], + "Community infrastructure levy": Array [], "Demolition in a conservation area": Array [], - "Listed building consent": Array [], "Material change of use": Array [], - "Planning permission": Array [ - "Prior approval", - "Notice", - ], - "Planning policy": Array [ - "Edge case", - ], + "Planning permission": Array [], + "Planning policy": Array [], + "Works to listed buildings": Array [], "Works to trees & hedges": Array [], } ❯ src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts:18:30
src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts > Collecting flags > Returns empty arrays for each category if no flags have been collected: editor.planx.uk/src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts#L35
AssertionError: expected { 'Planning permission': [], …(6) } to deeply equal { …(7) } - Expected + Received Object { "Community infrastructure levy": Array [], "Demolition in a conservation area": Array [], - "Listed building consent": Array [], "Material change of use": Array [], "Planning permission": Array [], "Planning policy": Array [], + "Works to listed buildings": Array [], "Works to trees & hedges": Array [], } ❯ src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts:35:30
Run API Tests: api.planx.uk/lib/notify/index.ts#L73
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/analytics/metabase/shared/client.test.ts#L9
'axiosCreateSpy' is assigned a value but never used. Allowed unused vars must match /^_/u
Run API Tests: api.planx.uk/modules/auth/strategy/google.ts#L20
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/flows/validate/service/fileTypes.ts#L70
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/classifiedRoads.ts#L129
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/classifiedRoads.ts#L151
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L115
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L116
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L150
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L199
Unexpected any. Specify a different type
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L97
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L98
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L106
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L140
Unexpected use of networkidle
Slow Test: e2e/tests/ui-driven/[chromium] › create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts took 33.1s
Slow Test: e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 20.7s
🎭 Playwright Run Summary
22 passed (1.5m)