Skip to content

Properly fall back to error if token doesn't match #800

Properly fall back to error if token doesn't match

Properly fall back to error if token doesn't match #800

Triggered via push October 31, 2024 16:04
Status Failure
Total duration 8m 56s
Artifacts 2

e2e_pr_full.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 5 warnings, and 1 notice
[chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields: src/e2e/specs/landing/landing-content.spec.ts#L1
1) [chromium] › landing/landing-content.spec.ts:186:3 › local - 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 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields: src/e2e/specs/landing/landing-content.spec.ts#L204
1) [chromium] › landing/landing-content.spec.ts:186:3 › local - 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
[chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields: src/e2e/specs/landing/landing-content.spec.ts#L1
1) [chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields: src/e2e/specs/landing/landing-content.spec.ts#L204
1) [chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
[chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
2) [chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Test timeout of 60000ms exceeded.
[chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/pages/authPage.ts#L50
2) [chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:44:20
[chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
2) [chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/pages/authPage.ts#L50
2) [chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:44:20
[chromium] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
3) [chromium] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account Test timeout of 60000ms exceeded.
[chromium] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account: src/e2e/pages/authPage.ts#L50
3) [chromium] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:65:20
Slow Test: [firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 48.8s
Slow Test: [chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 42.5s
Slow Test: [firefox] › dashboard/dashboard-payment.spec.ts#L1
[firefox] › dashboard/dashboard-payment.spec.ts took 18.7s
Slow Test: [firefox] › dashboard/dashboard-overview-card.spec.ts#L1
[firefox] › dashboard/dashboard-overview-card.spec.ts took 18.3s
Slow Test: [chromium] › dashboard/dashboard-overview-card.spec.ts#L1
[chromium] › dashboard/dashboard-overview-card.spec.ts took 16.3s
🎭 Playwright Run Summary
3 failed [chromium] › landing/landing-content.spec.ts:186:3 › local - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields [chromium] › landing/landing-existing-account.spec.ts:13:3 › local - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account [chromium] › landing/landing-existing-account.spec.ts:51:3 › local - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account 14 skipped 69 passed (7.7m)

Artifacts

Produced during runtime
Name Size
playwright-report
4.15 MB
test-results
3.17 MB