Remove metrics #1510
Annotations
1 error, 2 warnings, and 1 notice
|
[chromium] › tests/e2e/ProjectContributionOverviewPage.spec.ts:113:9 › while signed in › with another user's private project and `project:view` permission › can view a contribution (but can't merge):
tests/e2e/ProjectContributionOverviewPage.spec.ts#L144
1) [chromium] › tests/e2e/ProjectContributionOverviewPage.spec.ts:113:9 › while signed in › with another user's private project and `project:view` permission › can view a contribution (but can't merge)
Error: expect(locator).toHaveClass(expected) failed
Locator: locator('.page-header').getByText('@bob/private-project')
Expected: "project-name"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveClass" with timeout 5000ms
- waiting for locator('.page-header').getByText('@bob/private-project')
142 |
143 | const projectName = page.locator(".page-header").getByText(projectRef);
> 144 | await expect(projectName).toHaveClass("project-name");
| ^
145 |
146 | const contribNumber = page
147 | .locator(".page-title")
at /home/runner/work/share-ui/share-ui/tests/e2e/ProjectContributionOverviewPage.spec.ts:144:33
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/ProjectContributionOverviewPage.spec.ts:113:9 › while signed in › with another user's private project and `project:view` permission › can view a contribution (but can't merge)
164 passed (3.1m)
|