Monitor Cron e2e Tests #371
Annotations
4 errors, 4 warnings, and 1 notice
src/e2e/specs/purchase.spec.ts#L1
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Test timeout of 180000ms exceeded.
|
src/e2e/specs/purchase.spec.ts#L76
1) [chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Subscription confirmation') to be visible
74 | await purchasePage.fillOutStripeCardInfo();
75 | await purchasePage.payNowButton.click({ force: true });
> 76 | await page.getByText("Subscription confirmation").waitFor();
| ^
77 | // navigate to confirmation
78 | await purchasePage.getStartedButton.click();
79 | await purchasePage.goToNextStep.waitFor();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:76:55
|
src/e2e/specs/purchase.spec.ts#L1
2) [firefox] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Test timeout of 180000ms exceeded.
|
src/e2e/specs/purchase.spec.ts#L76
2) [firefox] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Subscription confirmation') to be visible
74 | await purchasePage.fillOutStripeCardInfo();
75 | await purchasePage.payNowButton.click({ force: true });
> 76 | await page.getByText("Subscription confirmation").waitFor();
| ^
77 | // navigate to confirmation
78 | await purchasePage.getStartedButton.click();
79 | await purchasePage.goToNextStep.waitFor();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:76:55
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 1.1m
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 1.1m
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 20.5s
|
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 17.6s
|
2 flaky
[chromium] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
[firefox] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
6 skipped
78 passed (29.3m)
|
This job succeeded
Loading