Monitor Cron e2e Tests #467
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#L185
1) [chromium] › dashboard/dashboard-footer.spec.ts:21:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('footer a').filter({ hasText: 'FAQs' })
at ../utils/helpers.ts:185
183 | if (typeof path === "string") path = new RegExp(".*" + path + ".*");
184 |
> 185 | const href = await aTag.getAttribute("href");
| ^
186 | if (href === null) return false;
187 |
188 | await page.goto(href);
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:185:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-footer.spec.ts:48:11
|
Run Playwright tests - stage:
src/e2e/specs/purchase.spec.ts#L1
2) [firefox] › purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Test timeout of 180000ms exceeded.
|
Run Playwright tests - stage:
src/e2e/specs/purchase.spec.ts#L85
2) [firefox] › purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' }) to be visible
83 |
84 | // confirm successful payment
> 85 | await dashboardPage.plusSubscription.waitFor();
| ^
86 | await expect(dashboardPage.plusSubscription).toBeVisible();
87 | });
88 |
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:85:42
|
Run Playwright tests - stage:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.4m
|
Run Playwright tests - stage:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 41.4s
|
Run Playwright tests - stage:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 40.2s
|
Run Playwright tests - stage:
[chromium] › landing/landing-content.spec.ts#L1
[chromium] › landing/landing-content.spec.ts took 26.6s
|
Run Playwright tests - stage:
[firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 24.9s
|
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
[firefox] › purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
6 skipped
78 passed (18.8m)
|
Loading