Monitor Cron e2e Tests #331
Annotations
3 errors, 4 warnings, and 1 notice
src/e2e/specs/landing.spec.ts#L313
1) [chromium] › landing.spec.ts:359:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account
Test timeout of 60000ms exceeded while running "beforeEach" hook.
311 |
312 | test.describe(`${process.env.E2E_TEST_ENV} - Verify the Landing Page Functionality - with existing account`, () => {
> 313 | test.beforeEach(async ({ landingPage }) => {
| ^
314 | await landingPage.open();
315 | });
316 |
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing.spec.ts:313:8
|
src/e2e/specs/purchase.spec.ts#L1
2) [firefox] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
Test timeout of 180000ms exceeded.
|
src/e2e/specs/purchase.spec.ts#L143
2) [firefox] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Subscription confirmation') to be visible
141 | await purchasePage.fillOutStripeCardInfo();
142 | await purchasePage.payNowButton.click({ force: true });
> 143 | await page.getByText("Subscription confirmation").waitFor();
| ^
144 | // navigate to confirmation
145 | await purchasePage.getStartedButton.click();
146 | await purchasePage.goToNextStep.click();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:143:55
|
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 6.8m
|
[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 19.4s
|
2 flaky
[chromium] › landing.spec.ts:359:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account
[firefox] › purchase.spec.ts:87:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
6 skipped
76 passed (27.8m)
|
This job succeeded
Loading