Regression Tests #395
Annotations
4 errors, 7 warnings, and 1 notice
End-to-end Tests:
e2e/tests/ui-driven/src/pay.spec.ts#L1
1) [chromium] › pay.spec.ts:85:7 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/pay.spec.ts#L91
1) [chromium] › pay.spec.ts:85:7 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('#return-url')
89 | await page.getByText(payButtonText).click();
90 | await fillGovUkCardDetails({ page, cardNumber: cards.invalid_card_number });
> 91 | await page.locator("#return-url").click();
| ^
92 |
93 | const { paymentId: failedPaymentRef } = await waitForPaymentResponse(
94 | page,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:91:39
|
End-to-end Tests:
e2e/tests/ui-driven/src/pay.spec.ts#L1
2) [chromium] › pay.spec.ts:296:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Test timeout of 45000ms exceeded.
|
End-to-end Tests:
e2e/tests/ui-driven/src/globalHelpers.ts#L261
2) [chromium] › pay.spec.ts:296:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('#confirm')
at globalHelpers.ts:261
259 |
260 | export async function submitCardDetails(page: Page) {
> 261 | await page.locator("#confirm").click();
| ^
262 | }
263 |
264 | export async function answerFindProperty(page: Page) {
at submitCardDetails (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/globalHelpers.ts:261:34)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:307:28
|
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] › pay.spec.ts#L1
e2e/tests/ui-driven/[chromium] › pay.spec.ts took 2.3m
|
End-to-end Tests:
e2e/tests/ui-driven/[chromium] › invite-to-pay/agent.spec.ts#L1
e2e/tests/ui-driven/[chromium] › invite-to-pay/agent.spec.ts took 1.1m
|
End-to-end Tests:
e2e/tests/ui-driven/[chromium] › sections.spec.ts#L1
e2e/tests/ui-driven/[chromium] › sections.spec.ts took 16.6s
|
End-to-end Tests
2 flaky
[chromium] › pay.spec.ts:85:7 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
[chromium] › pay.spec.ts:296:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
34 passed (4.6m)
|
Loading