Regression Tests #485
regression-tests.yml
on: schedule
Run Integration tests
5m 5s
Run API Tests
1m 57s
Run React Tests
5m 39s
E2E tests
16m 17s
Notify On Failure
6s
Annotations
9 errors, 21 warnings, and 1 notice
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L1
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L76
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Error: expect(locator).toBeVisible()
Locator: getByText('Payment invitation sent')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Payment invitation sent')
74 |
75 | const successMessage = page.getByText("Payment invitation sent");
> 76 | await expect(successMessage).toBeVisible();
| ^
77 | });
78 |
79 | test("agent cannot send a payment request after initialising a normal payment", async ({
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts:76:34
|
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L1
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L76
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Payment invitation sent')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Payment invitation sent')
74 |
75 | const successMessage = page.getByText("Payment invitation sent");
> 76 | await expect(successMessage).toBeVisible();
| ^
77 | });
78 |
79 | test("agent cannot send a payment request after initialising a normal payment", async ({
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts:76:34
|
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L1
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request:
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L76
1) [chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Payment invitation sent')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 45000ms
- waiting for getByText('Payment invitation sent')
74 |
75 | const successMessage = page.getByText("Payment invitation sent");
> 76 | await expect(successMessage).toBeVisible();
| ^
77 | });
78 |
79 | test("agent cannot send a payment request after initialising a normal payment", async ({
at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts:76:34
|
[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
2) [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
2) [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
|
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#L80
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#L115
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] › invite-to-pay/agent.spec.ts#L1
e2e/tests/ui-driven/[chromium] › invite-to-pay/agent.spec.ts took 3.3m
|
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 1.0m
|
Slow Test:
e2e/tests/ui-driven/[chromium] › pay.spec.ts#L1
e2e/tests/ui-driven/[chromium] › pay.spec.ts took 52.5s
|
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.4s
|
🎭 Playwright Run Summary
1 failed
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
1 flaky
[chromium] › invite-to-pay/nominee.spec.ts:46:7 › Nominee journey @regression › responding to a valid payment request
36 passed (6.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
8.31 MB |
|