Skip to content

chore: Remove additional options from dropdown menu #5110

chore: Remove additional options from dropdown menu

chore: Remove additional options from dropdown menu #5110

Triggered via pull request July 11, 2024 14:25
Status Failure
Total duration 14m 44s
Artifacts 1

pull-request.yml

on: pull_request
Check file changes
6s
Check file changes
Build React App
4m 21s
Build React App
Run Integration tests
6m 7s
Run Integration tests
Run API Tests
0s
Run API Tests
Run React Tests
5m 53s
Run React Tests
Generate Hasura Change Summary
0s
Generate Hasura Change Summary
E2E tests
14m 21s
E2E tests
Upsert Vultr Instance
11s
Upsert Vultr Instance
Run Pulumi Preview
0s
Run Pulumi Preview
Run Healthcheck on Pizza Services
0s
Run Healthcheck on Pizza Services
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 8 warnings, and 1 notice
Upsert Vultr Instance
Process completed with exit code 1.
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L213
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Error: locator.click: Test ended. Call log: - waiting for getByLabel('Offline') 211 | 212 | // Toggle flow online > 213 | page.getByLabel("Offline").click(); | ^ 214 | page.getByRole("button", { name: "Save", disabled: false }).click(); 215 | await expect( 216 | page.getByText("Service settings updated successfully"), at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:213:32
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L213
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByLabel('Offline') 211 | 212 | // Toggle flow online > 213 | page.getByLabel("Offline").click(); | ^ 214 | page.getByRole("button", { name: "Save", disabled: false }).click(); 215 | await expect( 216 | page.getByText("Service settings updated successfully"), at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:213:32
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L213
1) [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByLabel('Offline') 211 | 212 | // Toggle flow online > 213 | page.getByLabel("Offline").click(); | ^ 214 | page.getByRole("button", { name: "Save", disabled: false }).click(); 215 | await expect( 216 | page.getByText("Service settings updated successfully"), at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:213:32
[chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
2) [chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/globalHelpers.ts#L165
2) [chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow Error: expect(locator).toBeVisible() Locator: getByRole('radiogroup', { name: 'Is this a test?' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 45000ms - waiting for getByRole('radiogroup', { name: 'Is this a test?' }) at globalHelpers.ts:165 163 | }): Promise<Locator> { 164 | const group = page.getByRole("radiogroup", { name: title }); > 165 | await expect(group).toBeVisible(); | ^ 166 | return group; 167 | } 168 | at findQuestion (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:165:23) at answerQuestion (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:178:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:242:25
[chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
2) [chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/globalHelpers.ts#L165
2) [chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByRole('radiogroup', { name: 'Is this a test?' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 45000ms - waiting for getByRole('radiogroup', { name: 'Is this a test?' }) at globalHelpers.ts:165 163 | }): Promise<Locator> { 164 | const group = page.getByRole("radiogroup", { name: title }); > 165 | await expect(group).toBeVisible(); | ^ 166 | return group; 167 | } 168 | at findQuestion (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:165:23) at answerQuestion (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:178:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:242:25
Check file changes
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run React Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Integration tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L93
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L87
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L96
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L131
Unexpected use of networkidle
Slow Test: e2e/tests/ui-driven/[chromium] › create-flow/create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow/create-flow.spec.ts took 4.7m
🎭 Playwright Run Summary
2 failed [chromium] › create-flow/create-flow.spec.ts:201:7 › Navigation › Turn a flow online ─────────── [chromium] › create-flow/create-flow.spec.ts:228:7 › Navigation › Can preview a published flow ─ 17 passed (5.3m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
214 KB