feat: add AI test assistant dashboard #2
Annotations
1 error, 1 warning, and 1 notice
|
Run Playwright tests (attempt 1):
pages/code-tabs.page.ts#L110
1) [chromium] › tests/os-tabs.spec.ts:25:7 › OS Installation Tabs › switch to Debian ─────────────
Error: expect(locator).toHaveClass(expected) failed
Locator: locator('div.lang-sel:visible').first().locator('li').filter({ hasText: 'Debian' })
Expected pattern: /active/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveClass" with timeout 5000ms
- waiting for locator('div.lang-sel:visible').first().locator('li').filter({ hasText: 'Debian' })
9 × locator resolved to <li>…</li>
- unexpected value ""
at ../pages/code-tabs.page.ts:110
108 | }
109 | await tab.click();
> 110 | await expect(tab).toHaveClass(/active/, { timeout: 5_000 });
| ^
111 | }
112 | }
113 |
at CodeTabsPage.clickTab (/__w/doc-tests-playwright/doc-tests-playwright/pages/code-tabs.page.ts:110:23)
at /__w/doc-tests-playwright/doc-tests-playwright/tests/os-tabs.spec.ts:29:5
|
|
Upload HTML report
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
Run Playwright tests (attempt 1)
1 flaky
[chromium] › tests/os-tabs.spec.ts:25:7 › OS Installation Tabs › switch to Debian ──────────────
33 passed (4.9m)
|
Loading