Monitor Cron e2e Tests #385
Annotations
9 errors, 5 warnings, and 1 notice
src/e2e/specs/dashboard.spec.ts#L1
1) [chromium] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Test timeout of 60000ms exceeded.
|
src/e2e/utils/helpers.ts#L177
1) [chromium] › dashboard.spec.ts:623: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: 'All Breaches' })
at ../utils/helpers.ts:177
175 | if (typeof path === "string") path = new RegExp(".*" + path + ".*");
176 |
> 177 | const href = await aTag.getAttribute("href");
| ^
178 | if (href === null) return false;
179 |
180 | await page.goto(href);
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:177:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:644:11
|
src/e2e/specs/dashboard.spec.ts#L1
1) [chromium] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
src/e2e/utils/helpers.ts#L177
1) [chromium] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('footer a').filter({ hasText: 'All Breaches' })
at ../utils/helpers.ts:177
175 | if (typeof path === "string") path = new RegExp(".*" + path + ".*");
176 |
> 177 | const href = await aTag.getAttribute("href");
| ^
178 | if (href === null) return false;
179 |
180 | await page.goto(href);
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:177:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:644:11
|
src/e2e/specs/dashboard.spec.ts#L1
2) [firefox] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Test timeout of 60000ms exceeded.
|
src/e2e/utils/helpers.ts#L177
2) [firefox] › dashboard.spec.ts:623: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: 'All Breaches' })
at ../utils/helpers.ts:177
175 | if (typeof path === "string") path = new RegExp(".*" + path + ".*");
176 |
> 177 | const href = await aTag.getAttribute("href");
| ^
178 | if (href === null) return false;
179 |
180 | await page.goto(href);
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:177:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:644:11
|
src/e2e/specs/dashboard.spec.ts#L1
2) [firefox] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
src/e2e/utils/helpers.ts#L177
2) [firefox] › dashboard.spec.ts:623:3 › stage - Breaches Dashboard - Footer › Verify that the site footer is displayed correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('footer a').filter({ hasText: 'All Breaches' })
at ../utils/helpers.ts:177
175 | if (typeof path === "string") path = new RegExp(".*" + path + ".*");
176 |
> 177 | const href = await aTag.getAttribute("href");
| ^
178 | if (href === null) return false;
179 |
180 | await page.goto(href);
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:177:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:644:11
|
|
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 7.5m
|
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 6.5m
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 56.7s
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 54.8s
|
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 17.4s
|
|
The logs for this run have expired and are no longer available.
Loading