Monitor Cron e2e Tests #445
Annotations
4 errors, 5 warnings, and 1 notice
Run Playwright tests - stage:
src/e2e/specs/dashboard/dashboard-footer.spec.ts#L1
1) [chromium] › dashboard/dashboard-footer.spec.ts:21:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Test timeout of 60000ms exceeded.
|
Run Playwright tests - stage:
src/e2e/utils/helpers.ts#L188
1) [chromium] › dashboard/dashboard-footer.spec.ts:21:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "https://www.mozilla.org/about/legal/terms/subscription-services/", waiting until "load"
at ../utils/helpers.ts:188
186 | if (href === null) return false;
187 |
> 188 | await page.goto(href);
| ^
189 | const currentUrl = new URL(page.url());
190 | const perceivedHost = currentUrl.hostname;
191 | const perceivedPath = currentUrl.pathname;
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:188:14)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-footer.spec.ts:54:5
|
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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
|
Run Playwright tests - stage:
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.4m
|
Run Playwright tests - stage:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.4m
|
Run Playwright tests - stage:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 44.5s
|
Run Playwright tests - stage:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 42.0s
|
Run Playwright tests - stage:
[firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 27.0s
|
Run Playwright tests - stage
2 flaky
[chromium] › dashboard/dashboard-footer.spec.ts:21:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
[chromium] › landing/landing-content.spec.ts:186:3 › stage - Verify the Landing Page content › Verify the "Get free scan" corresponding email fields
6 skipped
78 passed (17.1m)
|
Loading