Skip to content

Monitor Cron e2e Tests #327

Monitor Cron e2e Tests

Monitor Cron e2e Tests #327

Manually triggered July 19, 2024 09:43
Status Failure
Total duration 30m 49s
Artifacts 2

e2e_cron.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 5 warnings, and 1 notice
e2e-tests
Timed out waiting 1800s for the test suite to run
e2e-tests
Timed out waiting 1800s for the teardown for test suite to run
[chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly: src/e2e/specs/dashboard.spec.ts#L723
1) [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly Test timeout of 180000ms exceeded while running "beforeEach" hook. 721 | 722 | test.describe(`${process.env.E2E_TEST_ENV} - Breaches Dashboard - Data Breaches`, () => { > 723 | test.beforeEach(async ({ landingPage, page, authPage }) => { | ^ 724 | const emailToUse = process.env 725 | .E2E_TEST_ACCOUNT_EMAIL_EXPOSURES_STARTED as string; 726 | const pwdToUse = process.env.E2E_TEST_ACCOUNT_PASSWORD as string; at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:723:8
[chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly: src/e2e/pages/authPage.ts#L42
1) [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly Error: locator.fill: Test timeout of 180000ms exceeded. Call log: - waiting for locator('input[name="email"]') at ../pages/authPage.ts:42 40 | 41 | async enterEmail(email: string) { > 42 | await this.emailInputField.fill(email); | ^ 43 | await this.continue({ waitForURL: "**/oauth/**" }); 44 | } 45 | at AuthPage.enterEmail (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:42:32) at AuthPage.signIn (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:54:16) at forceLoginAs (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:221:18) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:729:5
[chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly: src/e2e/specs/dashboard.spec.ts#L723
1) [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 180000ms exceeded while running "beforeEach" hook. 721 | 722 | test.describe(`${process.env.E2E_TEST_ENV} - Breaches Dashboard - Data Breaches`, () => { > 723 | test.beforeEach(async ({ landingPage, page, authPage }) => { | ^ 724 | const emailToUse = process.env 725 | .E2E_TEST_ACCOUNT_EMAIL_EXPOSURES_STARTED as string; 726 | const pwdToUse = process.env.E2E_TEST_ACCOUNT_PASSWORD as string; at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:723:8
[chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly: src/e2e/pages/authPage.ts#L42
1) [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 180000ms exceeded. Call log: - waiting for locator('input[name="email"]') at ../pages/authPage.ts:42 40 | 41 | async enterEmail(email: string) { > 42 | await this.emailInputField.fill(email); | ^ 43 | await this.continue({ waitForURL: "**/oauth/**" }); 44 | } 45 | at AuthPage.enterEmail (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:42:32) at AuthPage.signIn (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:54:16) at forceLoginAs (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:221:18) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:729:5
[firefox] › dashboard.spec.ts:401:3 › stage - Breaches Dashboard - Breaches Scan: src/e2e/specs/dashboard.spec.ts#L379
2) [firefox] › dashboard.spec.ts:401: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. 377 | test.use({ storageState: { cookies: [], origins: [] } }); 378 | > 379 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => { | ^ 380 | test.slow( 381 | true, 382 | "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:379:8
[firefox] › dashboard.spec.ts:401:3 › stage - Breaches Dashboard - Breaches Scan: src/e2e/pages/authPage.ts#L60
2) [firefox] › dashboard.spec.ts:401: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.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:394:5
e2e-tests
Process completed with exit code 1.
Slow Test: [chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 6.8m
Slow Test: [firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.3m
Slow Test: [firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 1.1m
Slow Test: [chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 1.0m
Slow Test: [firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 20.9s
🎭 Playwright Run Summary
1 failed [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly 1 flaky [firefox] › dashboard.spec.ts:401: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 5 skipped 3 did not run 74 passed (30.0m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
14 MB
test-results Expired
33.1 MB