Regression Tests #309
regression-tests.yml
on: schedule
Run Integration tests
4m 57s
Run API Tests
2m 13s
Run React Tests
4m 48s
E2E tests
14m 20s
Notify On Failure
0s
Annotations
4 errors, 22 warnings, and 1 notice
[chromium] › pay.spec.ts:252:7 › Gov Pay integration @regression › a retry attempt for an abandoned and then cancelled GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
1) [chromium] › pay.spec.ts:252:7 › Gov Pay integration @regression › a retry attempt for an abandoned and then cancelled GOV.UK payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:252:7 › Gov Pay integration @regression › a retry attempt for an abandoned and then cancelled GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L278
1) [chromium] › pay.spec.ts:252:7 › Gov Pay integration @regression › a retry attempt for an abandoned and then cancelled GOV.UK payment
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('#confirm')
276 | cardNumber: cards.successful_card_number,
277 | });
> 278 | await page.locator("#confirm").click();
| ^
279 | const { paymentId: actualPaymentId } = await waitForPaymentResponse(
280 | page,
281 | context,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:278:36
|
[chromium] › pay.spec.ts:295:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
2) [chromium] › pay.spec.ts:295:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:295:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L306
2) [chromium] › pay.spec.ts:295: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')
304 | cardNumber: cards.successful_card_number,
305 | });
> 306 | await page.locator("#confirm").click();
| ^
307 | const { paymentId: actualPaymentId } = await waitForPaymentResponse(
308 | page,
309 | context,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:306:36
|
Run API Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: andstor/file-existence-action@v2, pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run API Tests:
api.planx.uk/lib/notify/index.ts#L73
Unexpected any. Specify a different type
|
|
Run API Tests:
api.planx.uk/modules/auth/strategy/google.ts#L20
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/classifiedRoads.test.ts#L20
Disabled test suite
|
Run API Tests:
api.planx.uk/modules/gis/service/classifiedRoads.ts#L129
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/classifiedRoads.ts#L150
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L75
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L76
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L110
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L158
Unexpected any. Specify a different type
|
Run React Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: andstor/file-existence-action@v2, pnpm/[email protected]. 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, pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. 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] › pay.spec.ts#L1
e2e/tests/ui-driven/[chromium] › pay.spec.ts took 2.4m
|
Slow Test:
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.2m
|
Slow Test:
e2e/tests/ui-driven/[chromium] › sections.spec.ts#L1
e2e/tests/ui-driven/[chromium] › sections.spec.ts took 16.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 15.1s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › pay.spec.ts:252:7 › Gov Pay integration @regression › a retry attempt for an abandoned and then cancelled GOV.UK payment
[chromium] › pay.spec.ts:295:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
34 passed (4.8m)
|