Monitor Cron e2e Tests #566
Annotations
8 errors, 5 warnings, and 1 notice
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L14
1) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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.
12 | test.use({ storageState: { cookies: [], origins: [] } });
13 |
> 14 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
15 | test.slow(
16 | true,
17 | "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/dashboard-breaches-scan.spec.ts:14:8
|
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/welcomeScanPage.ts#L106
1) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Action needed' }) to be visible
at ../pages/welcomeScanPage.ts:106
104 | // Waiting for scan to complete
105 | const dashboardPage = new DashboardPage(this.page);
> 106 | await dashboardPage.actionNeededTab.waitFor();
| ^
107 |
108 | // TODO: Handle state in prod where it says "Scan still in progress:"
109 | }
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:106:41)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:32:5
|
[chromium] › src/e2e/specs/purchase.spec.ts:154:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L14
2) [chromium] › src/e2e/specs/purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | );
13 |
> 14 | test.beforeEach(async ({ page, authPage, landingPage, welcomePage }) => {
| ^
15 | test.info().annotations.push({
16 | type: "testrail id",
17 | description:
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:14:8
|
[chromium] › src/e2e/specs/purchase.spec.ts:154:3 › stage - Breach Scan:
src/e2e/pages/welcomeScanPage.ts#L95
2) [chromium] › src/e2e/specs/purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Scanning for exposures…') to be visible
at ../pages/welcomeScanPage.ts:95
93 |
94 | await this.modalConfirmButton.click();
> 95 | await this.findExposuresTitle.waitFor();
| ^
96 |
97 | // reloading page skips the loader and routes directly to the dashboard
98 | if (options.skipLoader) {
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:95:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:43:5
|
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L14
3) [firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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.
12 | test.use({ storageState: { cookies: [], origins: [] } });
13 |
> 14 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
15 | test.slow(
16 | true,
17 | "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/dashboard-breaches-scan.spec.ts:14:8
|
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/welcomeScanPage.ts#L90
3) [firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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.click: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('AtlantaGA, USA', { exact: true })
at ../pages/welcomeScanPage.ts:90
88 | await this.lastNameInputField.fill("Ackerman");
89 | await this.cityStateInputField.pressSequentially("Atlanta, GA, USA");
> 90 | await this.page.getByText("AtlantaGA, USA", { exact: true }).click();
| ^
91 | await this.dobInputField.fill("2002-01-01");
92 | await this.findExposuresButton.click();
93 |
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:90:66)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:32:5
|
[firefox] › src/e2e/specs/purchase.spec.ts:89:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L14
4) [firefox] › src/e2e/specs/purchase.spec.ts:89:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | );
13 |
> 14 | test.beforeEach(async ({ page, authPage, landingPage, welcomePage }) => {
| ^
15 | test.info().annotations.push({
16 | type: "testrail id",
17 | description:
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:14:8
|
[firefox] › src/e2e/specs/purchase.spec.ts:89:3 › stage - Breach Scan:
src/e2e/pages/welcomeScanPage.ts#L90
4) [firefox] › src/e2e/specs/purchase.spec.ts:89:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
Error: locator.click: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('AtlantaGA, USA', { exact: true })
at ../pages/welcomeScanPage.ts:90
88 | await this.lastNameInputField.fill("Ackerman");
89 | await this.cityStateInputField.pressSequentially("Atlanta, GA, USA");
> 90 | await this.page.getByText("AtlantaGA, USA", { exact: true }).click();
| ^
91 | await this.dobInputField.fill("2002-01-01");
92 | await this.findExposuresButton.click();
93 |
at WelcomePage.goThroughFirstScan (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/welcomeScanPage.ts:90:66)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:43:5
|
Slow Test:
[firefox] › src/e2e/specs/landing/landing-content.spec.ts#L1
[firefox] › src/e2e/specs/landing/landing-content.spec.ts took 27.7s
|
Slow Test:
[firefox] › src/e2e/specs/landing/landing-new-account.spec.ts#L1
[firefox] › src/e2e/specs/landing/landing-new-account.spec.ts took 25.5s
|
Slow Test:
[chromium] › src/e2e/specs/landing/landing-content.spec.ts#L1
[chromium] › src/e2e/specs/landing/landing-content.spec.ts took 24.0s
|
Slow Test:
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts#L1
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts took 22.0s
|
Slow Test:
[firefox] › src/e2e/specs/dashboard/dashboard-footer.spec.ts#L1
[firefox] › src/e2e/specs/dashboard/dashboard-footer.spec.ts took 21.8s
|
🎭 Playwright Run Summary
4 flaky
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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] › src/e2e/specs/purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36: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] › src/e2e/specs/purchase.spec.ts:89:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
6 skipped
76 passed (28.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
45.2 MB |
|
test-results
|
44.1 MB |
|