Regression Tests #517
regression-tests.yml
on: schedule
Run Integration tests
5m 22s
Run API Tests
2m 57s
Run React Tests
5m 54s
E2E tests
14m 44s
Notify On Failure
6s
Annotations
7 errors, 20 warnings, and 1 notice
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L320
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Error: expect(locator).toBeVisible()
Locator: locator('h1').getByText('Your payment session has expired')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for locator('h1').getByText('Your payment session has expired')
318 | await expect(
319 | page.locator("h1").getByText("Your payment session has expired"),
> 320 | ).toBeVisible();
| ^
321 | });
322 | });
323 |
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:320:7
|
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L320
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h1').getByText('Your payment session has expired')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for locator('h1').getByText('Your payment session has expired')
318 | await expect(
319 | page.locator("h1").getByText("Your payment session has expired"),
> 320 | ).toBeVisible();
| ^
321 | });
322 | });
323 |
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:320:7
|
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L1
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment:
e2e/tests/ui-driven/src/pay.spec.ts#L320
1) [chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h1').getByText('Your payment session has expired')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for locator('h1').getByText('Your payment session has expired')
318 | await expect(
319 | page.locator("h1").getByText("Your payment session has expired"),
> 320 | ).toBeVisible();
| ^
321 | });
322 | });
323 |
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/pay.spec.ts:320:7
|
E2E tests
Process completed with exit code 1.
|
Run API Tests
The following actions uses Node.js version which is deprecated 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#L150
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L81
Unexpected any. Specify a different type
|
Run API Tests:
api.planx.uk/modules/gis/service/digitalLand.ts#L82
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 Integration tests
The following actions uses Node.js version which is deprecated 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 React Tests
The following actions uses Node.js version which is deprecated 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.9m
|
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/create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow/create-flow.spec.ts took 17.1s
|
🎭 Playwright Run Summary
1 failed
[chromium] › pay.spec.ts:297:7 › Gov Pay integration @regression › navigating back to the pay component after a successful payment
37 passed (5.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
4.85 MB |
|