Reduce edgefunction timeout to 10 sec #1455
Annotations
2 errors, 1 warning, and 1 notice
|
[firefox] › tests/e2e/ProjectContributionOverviewPage.spec.ts:57:7 › without being signed in › can *not* view a private project contribution:
tests/e2e/ProjectContributionOverviewPage.spec.ts#L84
2) [firefox] › tests/e2e/ProjectContributionOverviewPage.spec.ts:57:7 › without being signed in › can *not* view a private project contribution
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.page-header').getByText('@bob/private-project')
Expected string: "project-name"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.page-header').getByText('@bob/private-project')
82 |
83 | const projectName = page.locator(".page-header").getByText(projectRef);
> 84 | await expect(projectName).toHaveClass("project-name");
| ^
85 |
86 | const contribNumber = page
87 | .locator(".page-title")
at /home/runner/work/share-ui/share-ui/tests/e2e/ProjectContributionOverviewPage.spec.ts:84:31
|
|
[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
2 flaky
[chromium] › tests/e2e/NotificationsPage.spec.ts:33:7 › when signed in › can view notifications
[firefox] › tests/e2e/ProjectContributionOverviewPage.spec.ts:57:7 › without being signed in › can *not* view a private project contribution
163 passed (3.1m)
|