Run full E2E test suite on PRs #2
Annotations
2 errors and 1 notice
Run Playwright tests:
src/e2e/specs/dashboard.spec.ts#L1
1) [chromium] › dashboard.spec.ts:142:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
src/e2e/pages/dashBoardPage.ts#L273
1) [chromium] › dashboard.spec.ts:142:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "***/user/dashboard", waiting until "load"
at ../pages/dashBoardPage.ts:273
271 |
272 | async open() {
> 273 | await this.page.goto("/user/dashboard");
| ^
274 | }
275 |
276 | async goToSettings() {
at DashboardPage.open (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:273:21)
at openProfileMenuItem (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:203:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:220:11
|
Run Playwright tests
1 flaky
[chromium] › dashboard.spec.ts:142:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
21 passed (3.8m)
|
Loading