Skip to content

Wrap fetch with timeout #1453

Wrap fetch with timeout

Wrap fetch with timeout #1453

Triggered via push December 5, 2025 17:34
Status Success
Total duration 4m 40s
Artifacts

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 1 notice
[chromium] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications: tests/e2e/NotificationsPage.spec.ts#L35
1) [chromium] › 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 [chromium] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications 164 passed (3.4m)