Add initial ProjectHistoryPage #1428
Annotations
1 error, 1 warning, and 1 notice
|
Run Playwright tests:
tests/e2e/NotificationsPage.spec.ts#L50
1) [webkit] › tests/e2e/NotificationsPage.spec.ts:38:7 › when signed in › can mark a notification as read
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.notification-row')
Expected: 4
Received: 3
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.notification-row')
9 × locator resolved to 3 elements
- unexpected value "3"
48 | await Page.goto(page, "/notifications");
49 |
> 50 | await expect(page.locator(".notification-row")).toHaveCount(4);
| ^
51 | await page.locator(".notification-row:first-child input").click();
52 | await expect(Page.button(page, "Mark as read")).toBeVisible();
53 |
at /home/runner/work/share-ui/share-ui/tests/e2e/NotificationsPage.spec.ts:50:53
|
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
Run Playwright tests
1 flaky
[webkit] › tests/e2e/NotificationsPage.spec.ts:38:7 › when signed in › can mark a notification as read
164 passed (3.5m)
|
Loading