chore: update blpu_codes
& property.type
values
#7217
Annotations
7 errors, 5 warnings, and 1 notice
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L159
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Error: expect(locator).toBeVisible()
Locator: getByText('Residential - Semi Detached')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Residential - Semi Detached')
157 | // Check property info is being shown
158 | await expect(page.getByText("Test Street, Testville")).toBeVisible();
> 159 | await expect(page.getByText("Residential - Semi Detached")).toBeVisible();
| ^
160 | const changeButton = page.getByRole("button", {
161 | name: "Change your Property type",
162 | });
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:159:65
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts#L7
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'a-test-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'a-test-service' })
at helpers/navigateAndPublish.ts:7
5 | await page.goto(`/${contextDefaults.team.slug}/${slug}`);
6 |
> 7 | await expect(page.getByRole("link", { name: slug })).toBeVisible();
| ^
8 | };
9 |
10 | export const publishService = async (page: Page) => {
at navigateToService (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts:7:56)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:115:5
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts#L7
1) [chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'a-test-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'a-test-service' })
at helpers/navigateAndPublish.ts:7
5 | await page.goto(`/${contextDefaults.team.slug}/${slug}`);
6 |
> 7 | await expect(page.getByRole("link", { name: slug })).toBeVisible();
| ^
8 | };
9 |
10 | export const publishService = async (page: Page) => {
at navigateToService (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/navigateAndPublish.ts:7:56)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:115:5
|
|
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L97
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L98
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L106
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L140
Unexpected use of networkidle
|
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts took 34.6s
|
|
This job failed
Loading