wip: Debug E2E test failures in CI #37
Annotations
3 errors and 1 notice
e2e-tests
Testing stopped early after 1 maximum allowed failures.
|
[chromium] › dashboard.spec.ts:34:3 › local - Breaches Dashboard - Headers @smoke › Verify that the site header is displayed correctly for signed in users:
src/e2e/specs/dashboard.spec.ts#L44
1) [chromium] › dashboard.spec.ts:34:3 › local - Breaches Dashboard - Headers @smoke › Verify that the site header is displayed correctly for signed in users
Error: Timed out 2000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByRole('link', { name: 'Dashboard' })
Expected string: "/user/dashboard"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 2000ms
- waiting for getByRole('link', { name: 'Dashboard' })
42 | });
43 |
> 44 | await expect(dashboardPage.dashboardNavButton).toHaveAttribute(
| ^
45 | "href",
46 | "/user/dashboard",
47 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard.spec.ts:44:52
|
e2e-tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › dashboard.spec.ts:34:3 › local - Breaches Dashboard - Headers @smoke › Verify that the site header is displayed correctly for signed in users
2 interrupted
[chromium] › auth.spec.ts:13:3 › local - Authentication flow verification @smoke › Verify sign up with new user
[chromium] › auth.spec.ts:51:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
19 did not run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
385 KB |
|
test-results
Expired
|
199 KB |
|