Properly fall back to error if token doesn't match #800
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Run Playwright tests:
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.
|
Run Playwright tests:
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
|
Run Playwright tests:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 48.8s
|
Run Playwright tests:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 42.5s
|
Run Playwright tests:
[firefox] › dashboard/dashboard-payment.spec.ts#L1
[firefox] › dashboard/dashboard-payment.spec.ts took 18.7s
|
Run Playwright tests:
[firefox] › dashboard/dashboard-overview-card.spec.ts#L1
[firefox] › dashboard/dashboard-overview-card.spec.ts took 18.3s
|
Run Playwright tests:
[chromium] › dashboard/dashboard-overview-card.spec.ts#L1
[chromium] › dashboard/dashboard-overview-card.spec.ts took 16.3s
|
Run Playwright tests
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)
|
Loading