Monitor Cron e2e Tests #416
Annotations
10 errors and 1 notice
[firefox] › dashboard.spec.ts:415:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/utils/helpers.ts#L81
1) [firefox] › dashboard.spec.ts:415: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: Unable to retrieve restmail data
at ../utils/helpers.ts:81
79 | ): Promise<string> => {
80 | if (attempts === 0) {
> 81 | throw new Error("Unable to retrieve restmail data");
| ^
82 | }
83 |
84 | const context = await request.newContext();
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:81:11)
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:95:10)
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:68:16)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:408:5
|
[firefox] › dashboard.spec.ts:415:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard.spec.ts#L393
1) [firefox] › dashboard.spec.ts:415: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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded while running "beforeEach" hook.
391 | test.use({ storageState: { cookies: [], origins: [] } });
392 |
> 393 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
394 | test.slow(
395 | true,
396 | "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.spec.ts:393:8
|
[firefox] › dashboard.spec.ts:415:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/authPage.ts#L60
1) [firefox] › dashboard.spec.ts:415: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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:60
58 | async signUp(email: string, page: Page) {
59 | await this.enterEmail(email);
> 60 | await this.passwordInputField.fill(
| ^
61 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
62 | );
63 | await this.passwordConfirmInputField.fill(
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:60:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:408:5
|
[firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account:
src/e2e/specs/landing.spec.ts#L1
2) [firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account
Test timeout of 60000ms exceeded.
|
[firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account:
src/e2e/pages/authPage.ts#L49
2) [firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:49
47 | const password =
48 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string);
> 49 | await this.passwordInputField.fill(password);
| ^
50 | await this.continue({ waitForURL: "**/user/**" });
51 | }
52 |
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:49:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing.spec.ts:347:20
|
[firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account:
src/e2e/specs/landing.spec.ts#L1
2) [firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account:
src/e2e/pages/authPage.ts#L49
2) [firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:49
47 | const password =
48 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string);
> 49 | await this.passwordInputField.fill(password);
| ^
50 | await this.continue({ waitForURL: "**/user/**" });
51 | }
52 |
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:49:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing.spec.ts:347:20
|
[firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account:
src/e2e/specs/landing.spec.ts#L1
3) [firefox] › landing.spec.ts:354: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.
|
[firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account:
src/e2e/pages/authPage.ts#L49
3) [firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:49
47 | const password =
48 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string);
> 49 | await this.passwordInputField.fill(password);
| ^
50 | await this.continue({ waitForURL: "**/user/**" });
51 | }
52 |
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:49:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing.spec.ts:368:20
|
[firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account:
src/e2e/specs/landing.spec.ts#L1
3) [firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🎭 Playwright Run Summary
3 failed
[firefox] › dashboard.spec.ts:415: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
[firefox] › landing.spec.ts:316:3 › stage - Verify the Landing Page Functionality - with existing account › Verify "Get free scan" buttons functionality with existing account
[firefox] › landing.spec.ts:354:3 › stage - Verify the Landing Page Functionality - with existing account › Verify the "Start free monitoring" button UI and functionality with existing account
2 flaky
[firefox] › landing.spec.ts:187:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
[firefox] › landing.spec.ts:243:3 › stage - Verify the Landing Page Functionality - without existing Account › Verify "Get free scan" buttons functionality without existing account
6 skipped
75 passed (8.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
10.9 MB |
|
test-results
Expired
|
9.89 MB |
|