Monitor Cron e2e Tests #480
Annotations
6 errors, 5 warnings, and 1 notice
[chromium] › dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L14
1) [chromium] › dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | test.use({ storageState: { cookies: [], origins: [] } });
13 |
> 14 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
15 | test.slow(
16 | true,
17 | "this test runs through the welcome scan flow, increasing timeout to address it",
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:14:8
|
[chromium] › dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/welcomeScanPage.ts#L95
1) [chromium] › dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Scanning for exposures…') to be visible
at ../pages/welcomeScanPage.ts:95
93 |
94 | await this.modalConfirmButton.click();
> 95 | await this.findExposuresTitle.waitFor();
| ^
96 |
97 | // reloading page skips the loader and routes directly to the dashboard
98 | if (options.skipLoader) {
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:95:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:32:5
|
[chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L1
2) [chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Test timeout of 60000ms exceeded.
|
[chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L204
2) [chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first() to be visible
202 | await landingPage.monitorHeroFormEmailInputField.fill(randomEmail);
203 | await landingPage.monitorHeroFormInputSubmitButton.click();
> 204 | await authPage.passwordInputField.waitFor();
| ^
205 | await expect(authPage.passwordInputField).toBeVisible();
206 | } else {
207 | ///free-scan-cta experiment is on
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:204:41
|
[firefox] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L1
3) [firefox] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Test timeout of 60000ms exceeded.
|
[firefox] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields:
src/e2e/specs/landing/landing-content.spec.ts#L204
3) [firefox] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first() to be visible
202 | await landingPage.monitorHeroFormEmailInputField.fill(randomEmail);
203 | await landingPage.monitorHeroFormInputSubmitButton.click();
> 204 | await authPage.passwordInputField.waitFor();
| ^
205 | await expect(authPage.passwordInputField).toBeVisible();
206 | } else {
207 | ///free-scan-cta experiment is on
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:204:41
|
Slow Test:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.6m
|
Slow Test:
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.5m
|
Slow Test:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 43.9s
|
Slow Test:
[chromium] › landing/landing-new-account.spec.ts#L1
[chromium] › landing/landing-new-account.spec.ts took 20.8s
|
Slow Test:
[firefox] › landing/landing-new-account.spec.ts#L1
[firefox] › landing/landing-new-account.spec.ts took 19.6s
|
🎭 Playwright Run Summary
3 flaky
[chromium] › dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
[chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
[firefox] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
6 skipped
77 passed (20.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
12.5 MB |
|
test-results
|
11.5 MB |
|