Tests for spotlight and fix local development with devcontainer issue #67
Annotations
2 errors, 1 warning, and 1 notice
[chromium] › search.test.ts:3:5 › when clicked on spotlight icon:
tests/search.test.ts#L9
1) [chromium] › search.test.ts:3:5 › when clicked on spotlight icon, should open search panel ────
Error: expect(locator).toBeVisible()
Locator: getByLabel('Quick search Modal')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Quick search Modal')
7 | await page.getByLabel("Quick search").click();
8 |
> 9 | expect(page.getByLabel("Quick search Modal")).toBeVisible();
| ^
10 | });
11 |
12 | test("a searched item when clicked, should navigate to proper destination", async ({
at /home/runner/work/avtoolz/avtoolz/tests/search.test.ts:9:49
|
E2E tests with node@20 on ubuntu-latest - x64
Process completed with exit code 1.
|
E2E tests with node@20 on ubuntu-latest - x64
Both node-version and node-version-file inputs are specified, only node-version will be used
|
🎭 Playwright Run Summary
1 failed
[chromium] › search.test.ts:3:5 › when clicked on spotlight icon, should open search panel ─────
15 passed (21.7s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results
Expired
|
230 Bytes |
|