Monitor Cron e2e Tests #337
Annotations
6 errors, 5 warnings, and 1 notice
src/e2e/specs/dashboard.spec.ts#L379
1) [chromium] › 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
Test timeout of 180000ms exceeded while running "beforeEach" hook.
377 | test.use({ storageState: { cookies: [], origins: [] } });
378 |
> 379 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
380 | test.slow(
381 | true,
382 | "this test runs through the welcome scan flow, increasing timeout to address it",
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:379:8
|
src/e2e/pages/authPage.ts#L60
1) [chromium] › 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
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:60
58 | async signUp(email: string, page: Page) {
59 | await this.enterEmail(email);
> 60 | await this.passwordInputField.fill(
| ^
61 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
62 | );
63 | await this.passwordConfirmInputField.fill(
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:60:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:394:5
|
src/e2e/specs/dashboard.spec.ts#L1
2) [chromium] › dashboard.spec.ts:504:3 › stage - Breaches Dashboard - Overview Card › Verify that the navigation of the Premium upsell screen works correctly - from overview card
Test timeout of 60000ms exceeded.
|
src/e2e/specs/dashboard.spec.ts#L590
2) [chromium] › dashboard.spec.ts:504:3 › stage - Breaches Dashboard - Overview Card › Verify that the navigation of the Premium upsell screen works correctly - from overview card
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('div > label').nth(1)
- locator resolved to <label>…</label>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #22
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt
|
src/e2e/specs/dashboard.spec.ts#L379
3) [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
Test timeout of 180000ms exceeded while running "beforeEach" hook.
377 | test.use({ storageState: { cookies: [], origins: [] } });
378 |
> 379 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
380 | test.slow(
381 | true,
382 | "this test runs through the welcome scan flow, increasing timeout to address it",
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:379:8
|
src/e2e/pages/authPage.ts#L60
3) [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
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:60
58 | async signUp(email: string, page: Page) {
59 | await this.enterEmail(email);
> 60 | await this.passwordInputField.fill(
| ^
61 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
62 | );
63 | await this.passwordConfirmInputField.fill(
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:60:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:394:5
|
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 6.7m
|
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 6.5m
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 55.3s
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 53.9s
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 17.8s
|
3 flaky
[chromium] › 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
[chromium] › 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: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
6 skipped
75 passed (29.6m)
|
This job succeeded
Loading