fix(wip): Don't allow DataAutocomplete
to select the first value
#7768
pull-request.yml
on: pull_request
Check file changes
6s
Run Integration tests
5m 17s
Run API Tests
0s
Run React Tests
7m 57s
Generate Hasura Change Summary
0s
E2E tests
29m 0s
Run Pulumi Preview
0s
Run Healthcheck on Pizza Services
34s
Annotations
11 errors, 5 warnings, and 1 notice
Run React Tests
Process completed with exit code 1.
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Test timeout of 60000ms exceeded.
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/helpers/addComponent.ts#L171
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Error: locator.click: Test ended.
Call log:
- waiting for locator('button[form="modal"][type="submit"]')
- locator resolved to <button tabindex="0" form="modal" type="submit" class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth css-1clm266">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at helpers/addComponent.ts:171
169 | }
170 |
> 171 | await page.locator('button[form="modal"][type="submit"]').click();
| ^
172 | };
173 |
174 | export const createQuestionWithOptions = async (
at createBaseComponent (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:171:61)
at createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:281:3)
at PlaywrightEditor.createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pages/Editor.ts:162:5)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:83:5
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/helpers/addComponent.ts#L171
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('button[form="modal"][type="submit"]')
- locator resolved to <button tabindex="0" form="modal" type="submit" class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth css-1clm266">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at helpers/addComponent.ts:171
169 | }
170 |
> 171 | await page.locator('button[form="modal"][type="submit"]').click();
| ^
172 | };
173 |
174 | export const createQuestionWithOptions = async (
at createBaseComponent (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:171:61)
at createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:281:3)
at PlaywrightEditor.createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pages/Editor.ts:162:5)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:83:5
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › create-flow.spec.ts:60:3 › Flow creation:
e2e/tests/ui-driven/src/helpers/addComponent.ts#L171
1) [chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for locator('button[form="modal"][type="submit"]')
- locator resolved to <button tabindex="0" form="modal" type="submit" class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-disableElevation MuiButton-fullWidth css-1clm266">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at helpers/addComponent.ts:171
169 | }
170 |
> 171 | await page.locator('button[form="modal"][type="submit"]').click();
| ^
172 | };
173 |
174 | export const createQuestionWithOptions = async (
at createBaseComponent (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:171:61)
at createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/addComponent.ts:281:3)
at PlaywrightEditor.createAddressInput (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pages/Editor.ts:162:5)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:83:5
|
[chromium] › create-flow.spec.ts:117:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:117:3 › Flow creation, publish and preview › Cannot preview an unpublished flow
Test timeout of 45000ms exceeded.
|
[chromium] › create-flow.spec.ts:117:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L131
2) [chromium] › create-flow.spec.ts:117:3 › Flow creation, publish and preview › Cannot preview an unpublished flow
Error: expect(locator).toBeVisible()
Locator: getByText('Not Found')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Not Found')
129 | );
130 |
> 131 | await expect(page.getByText("Not Found")).toBeVisible();
| ^
132 | });
133 |
134 | test("Publish a flow", async ({ browser }) => {
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:131:47
|
[chromium] › create-flow.spec.ts:117:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L1
2) [chromium] › create-flow.spec.ts:117:3 › Flow creation, publish and preview › Cannot preview an unpublished flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › create-flow.spec.ts:117:3 › Flow creation:
e2e/tests/ui-driven/src/create-flow.spec.ts#L131
2) [chromium] › create-flow.spec.ts:117:3 › Flow creation, publish and preview › Cannot preview an unpublished flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Not Found')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Not Found')
129 | );
130 |
> 131 | await expect(page.getByText("Not Found")).toBeVisible();
| ^
132 | });
133 |
134 | test("Publish a flow", async ({ browser }) => {
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow.spec.ts:131:47
|
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-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 20.8s
|
🎭 Playwright Run Summary
7 failed
[chromium] › create-flow.spec.ts:60:3 › Flow creation, publish and preview › Create a flow ─────
[chromium] › create-flow.spec.ts:117:3 › Flow creation, publish and preview › Cannot preview an unpublished flow
[chromium] › create-flow.spec.ts:134:3 › Flow creation, publish and preview › Publish a flow ───
[chromium] › create-flow.spec.ts:149:3 › Flow creation, publish and preview › Cannot preview an offline flow
[chromium] › create-flow.spec.ts:168:3 › Flow creation, publish and preview › Turn a flow online
[chromium] › create-flow.spec.ts:186:3 › Flow creation, publish and preview › Can add an external portal
[chromium] › create-flow.spec.ts:236:3 › Flow creation, publish and preview › Can preview a published flow with an external portal
15 passed (18.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
12.5 MB |
|