Regression Tests #755
regression-tests.yml
on: schedule
Run Integration tests
5m 12s
Run API Tests
2m 56s
Run React Tests
7m 45s
E2E tests
16m 7s
Notify On Failure
0s
Annotations
4 errors, 17 warnings, and 1 notice
[chromium] › invite-to-pay/nominee.spec.ts:51:3 › 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:51:3 › Nominee journey @regression › responding to a valid payment request
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/nominee.spec.ts:51:3 › Nominee journey @regression › responding to a valid payment request:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L82
1) [chromium] › invite-to-pay/nominee.spec.ts:51:3 › 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' })
80 | cardNumber: cards.successful_card_number,
81 | });
> 82 | await page.getByRole("button", { name: "Confirm payment" }).click();
| ^
83 | await page.waitForURL("**/invite-to-pay-test/**");
84 |
85 | 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:82:65
|
[chromium] › pay.spec.ts:88:3 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
2) [chromium] › pay.spec.ts:88:3 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:88:3 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L94
2) [chromium] › pay.spec.ts:88:3 › 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')
92 | await page.getByText(payButtonText).click();
93 | await fillGovUkCardDetails({ page, cardNumber: cards.invalid_card_number });
> 94 | await page.locator("#return-url").click();
| ^
95 |
96 | const { paymentId: failedPaymentRef } = await waitForPaymentResponse(
97 | page,
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:94:39
|
Run API Tests:
api.planx.uk/lib/notify/index.ts#L73
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/analytics/metabase/shared/client.test.ts#L9
'axiosCreateSpy' is assigned a value but never used. Allowed unused vars must match /^_/u
|
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/file/routes.ts#L3
'multer' is defined but never used. Allowed unused vars must match /^_/u
|
Run API Tests:
api.planx.uk/modules/flows/validate/service/fileTypes.ts#L70
Unexpected any. Specify a different type
|
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#L115
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L116
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L150
Unexpected any. Specify a different type
|
E2E tests:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L97
Unexpected use of networkidle
|
E2E tests:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L98
Unexpected use of networkidle
|
E2E tests:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L106
Unexpected use of networkidle
|
E2E tests:
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L140
Unexpected use of networkidle
|
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] › create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow.spec.ts took 33.6s
|
Slow Test:
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow-with-geospatial.spec.ts took 19.8s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › invite-to-pay/nominee.spec.ts:51:3 › Nominee journey @regression › responding to a valid payment request
[chromium] › pay.spec.ts:88:3 › Gov Pay integration @regression › a retry attempt for a failed GOV.UK payment
39 passed (5.3m)
|