Migrate to Vite #1486
Annotations
1 error, 1 warning, and 1 notice
|
[webkit] › tests/e2e/OmniSearch.spec.ts:32:5 › definition search › query: "base" with definition matches and entity matches › shows definitions matches:
tests/e2e/OmniSearch.spec.ts#L34
1) [webkit] › tests/e2e/OmniSearch.spec.ts:32:5 › definition search › query: "base" with definition matches and entity matches › shows definitions matches
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('.definition-match')
Expected: 3
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('.definition-match')
9 × locator resolved to 0 elements
- unexpected value "0"
32 | test("shows definitions matches", async ({ page }) => {
33 | await expect(searchResults(page)).toBeVisible();
> 34 | await expect(definitionMatches(page)).toHaveCount(3);
| ^
35 | });
36 |
37 | test("shows entity matches", async ({ page }) => {
at /home/runner/work/share-ui/share-ui/tests/e2e/OmniSearch.spec.ts:34:45
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/e2e/OmniSearch.spec.ts:32:5 › definition search › query: "base" with definition matches and entity matches › shows definitions matches
164 passed (4.3m)
|