feat: remove onDelete
for Placeholder tag for non Platform admiins
#6751
Annotations
10 errors, 9 warnings, and 1 notice
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/getPage.ts#L13
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Error: page.waitForResponse: Test ended.
at helpers/getPage.ts:13
11 | const page = await createAuthenticatedSession({ browser, userId });
12 | await page.goto("/");
> 13 | await page.waitForResponse((response) => {
| ^
14 | return response.url().includes("/graphql");
15 | });
16 | return page;
at getAdminPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:13:14)
at getTeamPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:28:16)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:36:18
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/getPage.ts#L13
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForResponse: Test ended.
at helpers/getPage.ts:13
11 | const page = await createAuthenticatedSession({ browser, userId });
12 | await page.goto("/");
> 13 | await page.waitForResponse((response) => {
| ^
14 | return response.url().includes("/graphql");
15 | });
16 | return page;
at getAdminPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:13:14)
at getTeamPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:28:16)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:36:18
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
e2e/tests/ui-driven/src/helpers/getPage.ts#L13
1) [chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForResponse: Test ended.
at helpers/getPage.ts:13
11 | const page = await createAuthenticatedSession({ browser, userId });
12 | await page.goto("/");
> 13 | await page.waitForResponse((response) => {
| ^
14 | return response.url().includes("/graphql");
15 | });
16 | return page;
at getAdminPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:13:14)
at getTeamPage (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/getPage.ts:28:16)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:36:18
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
2) [chromium] › create-flow-with-geospatial.spec.ts:73: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#L82
2) [chromium] › create-flow-with-geospatial.spec.ts:73:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'CHECK FOR CHANGES TO PUBLISH' })
80 | // publish flow
81 | await page.goto(`/${context.team.slug}/${serviceProps.slug}`);
> 82 | page.getByRole("button", { name: "CHECK FOR CHANGES TO PUBLISH" }).click();
| ^
83 | page.getByRole("button", { name: "PUBLISH", exact: true }).click();
84 |
85 | let previewLink = page.getByRole("link", {
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:82:72
|
e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts#L1
2) [chromium] › create-flow-with-geospatial.spec.ts:73: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/create-flow-with-geospatial.spec.ts#L82
2) [chromium] › create-flow-with-geospatial.spec.ts:73:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'CHECK FOR CHANGES TO PUBLISH' })
80 | // publish flow
81 | await page.goto(`/${context.team.slug}/${serviceProps.slug}`);
> 82 | page.getByRole("button", { name: "CHECK FOR CHANGES TO PUBLISH" }).click();
| ^
83 | page.getByRole("button", { name: "PUBLISH", exact: true }).click();
84 |
85 | let previewLink = page.getByRole("link", {
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow-with-geospatial.spec.ts:82:72
|
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#L88
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L97
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L132
Unexpected use of networkidle
|
e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts#L1
e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts took 13.5m
|
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts took 13.5m
|
e2e/tests/ui-driven/[chromium] › sections.spec.ts#L1
e2e/tests/ui-driven/[chromium] › sections.spec.ts took 11.2m
|
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 4.5m
|
e2e/tests/ui-driven/[chromium] › login.spec.ts#L1
e2e/tests/ui-driven/[chromium] › login.spec.ts took 4.5m
|
21 failed
[chromium] › create-flow-with-geospatial.spec.ts:35:7 › Flow creation, publish and preview › Create a flow
[chromium] › create-flow-with-geospatial.spec.ts:73:7 › Flow creation, publish and preview › Publish and preview flow with geospatial components
[chromium] › create-flow.spec.ts:46:7 › Flow creation, publish and preview › Create a flow ─────
[chromium] › create-flow.spec.ts:98:7 › Flow creation, publish and preview › Cannot preview an unpublished flow
[chromium] › create-flow.spec.ts:115:7 › Flow creation, publish and preview › Publish a flow ───
[chromium] › create-flow.spec.ts:132:7 › Flow creation, publish and preview › Cannot preview an offline flow
[chromium] › create-flow.spec.ts:151:7 › Flow creation, publish and preview › Turn a flow online
[chromium] › create-flow.spec.ts:178:7 › Flow creation, publish and preview › Can preview a published flow
[chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login ──────────────────────
[chromium] › login.spec.ts:44:7 › Login › shows error toast when there is a network error and removes it when a retry is successful
[chromium] › save-and-return.spec.ts:47:9 › Save and return › email › email confirmation is required
[chromium] › save-and-return.spec.ts:55:9 › Save and return › email › email confirmation must match
[chromium] › save-and-return.spec.ts:66:9 › Save and return › resuming a saved application › the application presents a review screen on return
[chromium] › save-and-return.spec.ts:92:9 › Save and return › resuming a saved application › the application resumes from the last unanswered question
[chromium] › save-and-return.spec.ts:119:9 › Save and return › session reconciliation › the application resumes with no modifications
[chromium] › save-and-return.spec.ts:142:9 › Save and return › session reconciliation › the application resumes from the first modified question
[chromium] › sections.spec.ts:65:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
[chromium] › sections.spec.ts:159:9 › Section statuses › a straight-through journey › started and ready to continue
[chromium] › sections.spec.ts:314:9 › Section statuses › simple save and return › not started, ready to start and complete statuses
[chromium] › sections.spec.ts:373:9 › Section statuses › simple save and return › the ready to continue status
[chromium] › sections.spec.ts:447:9 › Section statuses › save and return with service changes (reconciliation) › needs new information and started
|
This job failed
Loading