Monitor Cron e2e Tests #243
Annotations
2 errors, 5 warnings, and 1 notice
src/e2e/specs/dashboard.spec.ts#L1
1) [firefox] › dashboard.spec.ts:410: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#L427
1) [firefox] › dashboard.spec.ts:410:3 › stage - Breaches Dashboard - Overview Card › Verify that the navigation of the Premium upsell screen works correctly - from overview card
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[aria-label=\'Dashboard summary\'] > div > p')
425 | //get the number of exposures count
426 | const overviewCardSummary =
> 427 | await dashboardPage.overviewCardSummary.textContent();
| ^
428 | const overviewCardFindings =
429 | await dashboardPage.overviewCardFindings.textContent();
430 | expect(overviewCardFindings).not.toContain("No exposures found");
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:427:47
|
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.3m
|
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.2m
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 1.0m
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 57.7s
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 18.8s
|
|
This job succeeded
Loading