Monitor Cron e2e Tests #588
Annotations
1 error, 5 warnings, and 1 notice
[firefox] › src/e2e/specs/purchase.spec.ts:48:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L97
1) [firefox] › src/e2e/specs/purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card
Error: locator.check: Clicking the checkbox did not change its state
Call log:
- waiting for getByTestId('confirm')
- locator resolved to <input name="confirm" type="checkbox" data-testid="confirm"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- click action done
- waiting for scheduled navigations to finish
- navigations have finished
95 | // fill out subscription payment
96 | await purchasePage.authorizationCheckbox.waitFor();
> 97 | await purchasePage.authorizationCheckbox.check();
| ^
98 | await purchasePage.fillOutStripeCardInfo();
99 | await purchasePage.payNowButton.click({ force: true });
100 | await page.getByText("Subscription confirmation").waitFor();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:97:46
|
Slow Test:
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts took 50.1s
|
Slow Test:
[chromium] › src/e2e/specs/purchase.spec.ts#L1
[chromium] › src/e2e/specs/purchase.spec.ts took 49.8s
|
Slow Test:
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts took 46.9s
|
Slow Test:
[firefox] › src/e2e/specs/landing/landing-content.spec.ts#L1
[firefox] › src/e2e/specs/landing/landing-content.spec.ts took 27.8s
|
Slow Test:
[firefox] › src/e2e/specs/landing/landing-new-account.spec.ts#L1
[firefox] › src/e2e/specs/landing/landing-new-account.spec.ts took 27.1s
|
🎭 Playwright Run Summary
1 flaky
[firefox] › src/e2e/specs/purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card
6 skipped
73 passed (11.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
11.7 MB |
|
test-results
|
10.6 MB |
|