Skip to content

fix(a11y): Update notice component title to h1 #4429

fix(a11y): Update notice component title to h1

fix(a11y): Update notice component title to h1 #4429

Triggered via pull request May 9, 2024 13:55
Status Failure
Total duration 13m 22s
Artifacts 1

pull-request.yml

on: pull_request
Check file changes
6s
Check file changes
Build React App
4m 8s
Build React App
Run Integration tests
5m 8s
Run Integration tests
Run API Tests
0s
Run API Tests
Run React Tests
5m 37s
Run React Tests
Generate Hasura Change Summary
0s
Generate Hasura Change Summary
E2E tests
12m 57s
E2E tests
Upsert Vultr Instance
3m 2s
Upsert Vultr Instance
Run Pulumi Preview
0s
Run Pulumi Preview
Run Healthcheck on Pizza Services
33s
Run Healthcheck on Pizza Services
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 10 warnings, and 1 notice
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L200
1) [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow Error: expect(locator).toBeVisible() Locator: locator('h3').filter({ hasText: 'Yes! this is a test' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 45000ms - waiting for locator('h3').filter({ hasText: 'Yes! this is a test' }) 198 | await expect( 199 | page.locator("h3", { hasText: "Yes! this is a test" }), > 200 | ).toBeVisible(); | ^ 201 | 202 | await page.getByTestId("backButton").click(); 203 | at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts:200:7
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/globalHelpers.ts#L165
1) [chromium] › create-flow/create-flow.spec.ts:182: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:196:25
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/create-flow/create-flow.spec.ts#L1
1) [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow: e2e/tests/ui-driven/src/globalHelpers.ts#L165
1) [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:196:25
E2E tests
Process completed with exit code 1.
Check file changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: andstor/file-existence-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run React Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: andstor/file-existence-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L92
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L86
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L95
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L130
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 2.4m
Slow Test: e2e/tests/ui-driven/[chromium] › sections.spec.ts#L1
e2e/tests/ui-driven/[chromium] › sections.spec.ts took 17.9s
Slow Test: e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts#L1
e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts took 16.6s
🎭 Playwright Run Summary
1 failed [chromium] › create-flow/create-flow.spec.ts:182:7 › Navigation › Can preview a published flow ─ 16 passed (3.2m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
93.6 KB