feat: autocomplete data fields in the editor #7224
pull-request.yml
on: pull_request
Check file changes
7s
Run Integration tests
5m 14s
Run API Tests
0s
Run React Tests
6m 39s
Generate Hasura Change Summary
0s
E2E tests
14m 16s
Run Pulumi Preview
0s
Run Healthcheck on Pizza Services
35s
Annotations
10 errors, 4 warnings, and 1 notice
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
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.
|
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L152
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: getByRole('heading', { name: 'About the property' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('heading', { name: 'About the property' })
150 | await expect(
151 | page.getByRole("heading", { name: "About the property" }),
> 152 | ).toBeVisible();
| ^
153 |
154 | // Check map component has geoJson content
155 | await checkGeoJsonContent(page, "geojsondata", mockTitleBoundaryGeoJson);
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:152:7
|
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
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.
|
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
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
|
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
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.
|
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation:
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
|
[chromium] › create-flow.spec.ts:234:7 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Test timeout of 45000ms exceeded.
|
[chromium] › create-flow.spec.ts:234:7 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L332
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Error: expect(locator).toBeVisible()
Locator: locator('h1').filter({ hasText: 'What you should do next' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for locator('h1').filter({ hasText: 'What you should do next' })
330 | await expect(
331 | page.locator("h1", { hasText: "What you should do next" }),
> 332 | ).toBeVisible();
| ^
333 | await expect(
334 | page.locator("h2", { hasText: "Have a cup of tea" }),
335 | ).toBeVisible();
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:332:7
|
[chromium] › create-flow.spec.ts:234:7 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › create-flow.spec.ts:234:7 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L248
2) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('link', { name: 'E2E/an-external-portal-service' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByRole('link', { name: 'E2E/an-external-portal-service' })
246 | await expect(
247 | page.getByRole("link", { name: "E2E/an-external-portal-service" }),
> 248 | ).toBeVisible();
| ^
249 |
250 | await page.goto(
251 | `/${context.team.slug}/${serviceProps.slug}/published?analytics=false`,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:248:7
|
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
|
🎭 Playwright Run Summary
2 failed
[chromium] › create-flow-with-geospatial.spec.ts:107:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
[chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
20 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
197 KB |
|