feat: UI setup for feedback component hidden behind feature flag #3447
Annotations
7 errors, 6 warnings, and 1 notice
End-to-end Tests:
e2e/tests/ui-driven/src/sections.spec.ts#L1
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/globalHelpers.ts#L196
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'B', exact: true })
at globalHelpers.ts:196
194 | await expect(checklist).toBeVisible();
195 | for (const answer of answers) {
> 196 | await page.getByRole("button", { name: answer, exact: true }).click();
| ^
197 | }
198 | }
199 |
at answerChecklist (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:196:67)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:114:7
|
End-to-end Tests:
e2e/tests/ui-driven/src/sections.spec.ts#L1
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/globalHelpers.ts#L196
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'B', exact: true })
at globalHelpers.ts:196
194 | await expect(checklist).toBeVisible();
195 | for (const answer of answers) {
> 196 | await page.getByRole("button", { name: answer, exact: true }).click();
| ^
197 | }
198 | }
199 |
at answerChecklist (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:196:67)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:114:7
|
End-to-end Tests:
e2e/tests/ui-driven/src/sections.spec.ts#L1
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/globalHelpers.ts#L196
1) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'B', exact: true })
at globalHelpers.ts:196
194 | await expect(checklist).toBeVisible();
195 | for (const answer of answers) {
> 196 | await page.getByRole("button", { name: answer, exact: true }).click();
| ^
197 | }
198 | }
199 |
at answerChecklist (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:196:67)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:114:7
|
End-to-end Tests
Process completed with exit code 1.
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L92
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L86
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L95
Unexpected use of networkidle
|
Code checks:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L130
Unexpected use of networkidle
|
End-to-end Tests:
e2e/tests/ui-driven/[chromium] › sections.spec.ts#L1
e2e/tests/ui-driven/[chromium] › sections.spec.ts took 2.5m
|
End-to-end Tests:
e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts#L1
e2e/tests/ui-driven/[chromium] › save-and-return.spec.ts took 15.3s
|
End-to-end Tests
1 failed
[chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses
14 passed (3.2m)
|
The logs for this run have expired and are no longer available.
Loading