Regression Tests #556
regression-tests.yml
on: workflow_dispatch
Run Integration tests
5m 39s
Run API Tests
3m 9s
Run React Tests
2m 29s
E2E tests
16m 22s
Notify On Failure
0s
Annotations
7 errors, 21 warnings, and 1 notice
Run React Tests
Process completed with exit code 1.
|
[chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L1
1) [chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L72
1) [chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Confirm payment' })
70 | cardNumber: cards.successful_card_number,
71 | });
> 72 | await page.getByRole("button", { name: "Confirm payment" }).click();
| ^
73 | await page.waitForURL("**/invite-to-pay-test/**");
74 |
75 | await expect(page.getByText("Payment received")).toBeVisible();
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts:72:65
|
[chromium] › pay.spec.ts:53:7 › Gov Pay integration @regression › a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
2) [chromium] › pay.spec.ts:53:7 › Gov Pay integration @regression › a successful payment ────────
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:53:7 › Gov Pay integration @regression › a successful payment:
e2e/tests/ui-driven/src/globalHelpers.ts#L261
2) [chromium] › pay.spec.ts:53:7 › Gov Pay integration @regression › 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:62:28
|
[chromium] › pay.spec.ts:196:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
3) [chromium] › pay.spec.ts:196:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:196:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment:
e2e/tests/ui-driven/src/globalHelpers.ts#L261
3) [chromium] › pay.spec.ts:196:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK 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:229:28
|
Run React Tests
The following actions use a deprecated Node.js version 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 API Tests
The following actions use a deprecated Node.js version 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 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/flows/validate/service/fileTypes.ts#L73
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#L151
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L100
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L101
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L135
Unexpected any. Specify a different type
|
Run Integration tests
The following actions use a deprecated Node.js version 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] › 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.1m
|
Slow Test:
e2e/tests/ui-driven/[chromium] › invite-to-pay/nominee.spec.ts#L1
e2e/tests/ui-driven/[chromium] › invite-to-pay/nominee.spec.ts took 59.4s
|
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 15.9s
|
🎭 Playwright Run Summary
3 flaky
[chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request
[chromium] › pay.spec.ts:53:7 › Gov Pay integration @regression › a successful payment ─────────
[chromium] › pay.spec.ts:196:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment
35 passed (5.6m)
|