Use correct segment in segment change diff #1448
Annotations
1 error, 1 warning, and 1 notice
|
Run Playwright tests:
tests/e2e/ProjectContributionOverviewPage.spec.ts#L144
1) [webkit] › 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: 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')
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
|
|
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/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.3m)
|
Loading