Monitor Cron e2e Tests #297
Annotations
10 errors, 4 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:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly:
src/e2e/specs/dashboard.spec.ts#L1
1) [chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
Test timeout of 60000ms exceeded.
|
[chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly:
src/e2e/specs/dashboard.spec.ts#L694
1) [chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Dashboard' })
692 |
693 | const goToHrefOf = async (aTag: Locator) => {
> 694 | const href = await aTag.getAttribute("href");
| ^
695 | expect(href).toBeTruthy();
696 | await page.goto(href!);
697 | };
at goToHrefOf (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:694:31)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:705:11
|
[chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly:
src/e2e/specs/dashboard.spec.ts#L1
1) [chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly:
src/e2e/specs/dashboard.spec.ts#L694
1) [chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Dashboard' })
692 |
693 | const goToHrefOf = async (aTag: Locator) => {
> 694 | const href = await aTag.getAttribute("href");
| ^
695 | expect(href).toBeTruthy();
696 | await page.goto(href!);
697 | };
at goToHrefOf (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:694:31)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:705:11
|
[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#L1
2) [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.
|
[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#L745
2) [chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly
Error: page.waitForURL: Test timeout of 180000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
743 | await expect(dashboardPage.upsellScreenButton).toBeVisible();
744 | await dashboardPage.upsellScreenButton.click();
> 745 | await page.waitForURL(/.*\/data-broker-profiles\/view-data-brokers\/?/);
| ^
746 | await expect(dataBrokersPage.forwardArrowButton).toBeVisible();
747 | await dataBrokersPage.forwardArrowButton.click();
748 | await page.waitForURL(/.*\/high-risk-data-breaches.*/);
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:745:16
|
[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#L1
2) [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.
|
[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#L745
2) [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: page.waitForURL: Test timeout of 180000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
743 | await expect(dashboardPage.upsellScreenButton).toBeVisible();
744 | await dashboardPage.upsellScreenButton.click();
> 745 | await page.waitForURL(/.*\/data-broker-profiles\/view-data-brokers\/?/);
| ^
746 | await expect(dataBrokersPage.forwardArrowButton).toBeVisible();
747 | await dataBrokersPage.forwardArrowButton.click();
748 | await page.waitForURL(/.*\/high-risk-data-breaches.*/);
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:745:16
|
Slow Test:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 7.3m
|
Slow Test:
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 55.7s
|
Slow Test:
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 18.1s
|
Slow Test:
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 16.5s
|
🎭 Playwright Run Summary
4 failed
[chromium] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
[chromium] › dashboard.spec.ts:732:3 › stage - Breaches Dashboard - Data Breaches › Verify that the High risk data breaches step is displayed correctly
[chromium] › settings.spec.ts:10:3 › stage Settings Page › Verify settings page loads ──────────
[chromium] › settings.spec.ts:21:3 › stage Settings Page › Verify that a user can select between the Breach alert preferences
4 flaky
[chromium] › dashboard.spec.ts:137:3 › stage - Breaches Dashboard - Headers › Verify that the Apps and Services header options work correctly.
[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
[firefox] › dashboard.spec.ts:504:3 › stage - Breaches Dashboard - Overview Card › Verify that the navigation of the Premium upsell screen works correctly - from overview card
[firefox] › dashboard.spec.ts:682:3 › stage - Breaches Dashboard - Navigation › Verify that the navigation bar options work correctly
4 skipped
23 did not run
49 passed (30.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
41.7 MB |
|
test-results
Expired
|
45.5 MB |
|