Add netlify debug and fix review errors #1452
Annotations
1 error, 1 warning, and 1 notice
|
[webkit] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications:
tests/e2e/NotificationsPage.spec.ts#L35
1) [webkit] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications ─
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.notification-row')
Expected: 7
Received: 6
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.notification-row')
9 × locator resolved to 6 elements
- unexpected value "6"
33 | test("can view notifications", async ({ page }) => {
34 | await Page.goto(page, "/notifications");
> 35 | await expect(page.locator(".notification-row")).toHaveCount(7);
| ^
36 | });
37 |
38 | test("can mark a notification as read", async ({ page }) => {
at /home/runner/work/share-ui/share-ui/tests/e2e/NotificationsPage.spec.ts:35:53
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications ──
164 passed (3.5m)
|