feat: autocomplete data fields in the editor #7227
Annotations
7 errors, 5 warnings, and 1 notice
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L332
1) [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
|
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L248
1) [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
|
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/create-flow.spec.ts#L248
1) [chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
End-to-end Tests
Process completed with exit code 1.
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L97
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L98
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L106
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L140
Unexpected use of networkidle
|
End-to-end Tests:
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 19.6s
|
End-to-end Tests
1 failed
[chromium] › create-flow.spec.ts:234:7 › Flow creation, publish and preview › Can preview a published flow
21 passed (3.7m)
|
Loading