Skip to content

imports need file extension #1454

imports need file extension

imports need file extension #1454

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

playwright.yml

on: push
Fit to window
Zoom out
Zoom in

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') 2 × locator resolved to 0 elements - unexpected value "0" 7 × 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.2m)