Monitor Cron e2e Tests #369
Annotations
3 errors, 5 warnings, and 1 notice
src/e2e/specs/purchase.spec.ts#L149
1) [chromium] › 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
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
147 |
148 | // confirm successful payment
> 149 | await dashboardPage.plusSubscription.waitFor({
| ^
150 | state: "attached",
151 | timeout: 5000,
152 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:149:42
|
src/e2e/specs/dashboard.spec.ts#L1
2) [firefox] › dashboard.spec.ts:142:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Test timeout of 60000ms exceeded.
|
src/e2e/pages/dashBoardPage.ts#L273
2) [firefox] › dashboard.spec.ts:142:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "***/user/dashboard", waiting until "load"
at ../pages/dashBoardPage.ts:273
271 |
272 | async open() {
> 273 | await this.page.goto("/user/dashboard");
| ^
274 | }
275 |
276 | async goToSettings() {
at DashboardPage.open (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:273:21)
at openProfileMenuItem (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:203:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:220:11
|
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 6.6m
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 1.0m
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 57.3s
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 18.6s
|
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 16.7s
|
2 flaky
[chromium] › 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
[firefox] › dashboard.spec.ts:142:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
6 skipped
78 passed (25.0m)
|
This job succeeded
Loading