Monitor Cron e2e Tests #87
Annotations
7 errors, 1 warning, and 1 notice
[chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
1) [chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
[chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
1) [chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
[chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
1) [chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
[firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
2) [firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
[firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
2) [firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
[firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed:
src/e2e/specs/dashboard.spec.ts#L74
2) [firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Let’s protect your data' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('heading', { name: 'Let’s protect your data' })
72 |
73 | // verify overview card
> 74 | await expect(dashboardPage.exposuresCardHeading).toBeVisible();
| ^
75 |
76 | // TODO: add verifications for all fixed exposures state
77 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:74:54
|
e2e-tests
Process completed with exit code 1.
|
e2e-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 failed
[chromium] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
[firefox] › dashboard.spec.ts:63:3 › stage - Breaches Dashboard - Headers › Verify that the correct message is displayed on the Action Needed tab when all the exposures are fixed
4 skipped
42 passed (3.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
5.39 MB |
|
test-results
Expired
|
3.96 MB |
|