Regression Tests #479
Annotations
7 errors, 7 warnings, and 1 notice
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.
|
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
|
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.
|
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
|
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.
|
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
|
|
e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L93
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L87
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L96
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L131
Unexpected use of networkidle
|
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.2m
|
e2e/tests/ui-driven/[chromium] › pay.spec.ts#L1
e2e/tests/ui-driven/[chromium] › pay.spec.ts took 51.7s
|
e2e/tests/ui-driven/[chromium] › create-flow/create-flow.spec.ts#L1
e2e/tests/ui-driven/[chromium] › create-flow/create-flow.spec.ts took 18.0s
|
1 failed
[chromium] › invite-to-pay/agent.spec.ts:45:7 › Agent journey @regression › agent can send a payment request
37 passed (5.4m)
|
This job failed
Loading