Regression Tests #707
regression-tests.yml
on: schedule
Run Integration tests
4m 56s
Run API Tests
1m 51s
Run React Tests
6m 20s
E2E tests
16m 17s
Notify On Failure
0s
Annotations
4 errors, 17 warnings, and 1 notice
[chromium] › invite-to-pay/nominee.spec.ts:51: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:51:7 › Nominee journey @regression › responding to a valid payment request
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/nominee.spec.ts:51:7 › 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: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' })
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:195:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
2) [chromium] › pay.spec.ts:195:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:195:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment:
e2e/tests/ui-driven/src/helpers/userActions.ts#L194
2) [chromium] › pay.spec.ts:195: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 helpers/userActions.ts:194
192 |
193 | export async function submitCardDetails(page: Page) {
> 194 | await page.locator("#confirm").click();
| ^
195 | }
196 |
197 | export async function answerFindProperty(page: Page) {
at submitCardDetails (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/helpers/userActions.ts:194:34)
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:228:28
|
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/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
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L199
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 32.9s
|
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.9s
|
🎭 Playwright Run Summary
2 flaky
[chromium] › invite-to-pay/nominee.spec.ts:51:7 › Nominee journey @regression › responding to a valid payment request
[chromium] › pay.spec.ts:195:7 › Gov Pay integration @regression › a retry attempt for an abandoned GOV.UK payment
39 passed (5.3m)
|