feat: add component and style lint with biome. (#16) #15
Annotations
1 error and 1 notice
|
[chromium] › playwright/app.spec.ts:661:1 › clear styles diagnostics removes style compile diagnostics:
playwright/app.spec.ts#L669
1) [chromium] › playwright/app.spec.ts:661:1 › clear styles diagnostics removes style compile diagnostics
Error: expect(locator).toHaveClass(expected) failed
Locator: locator('#diagnostics-toggle')
Expected pattern: /diagnostics-toggle--error/
Received string: "diagnostics-toggle diagnostics-toggle--neutral"
Timeout: 90000ms
Call log:
- Expect "toHaveClass" with timeout 90000ms
- waiting for locator('#diagnostics-toggle')
93 × locator resolved to <button type="button" aria-busy="false" aria-expanded="false" id="diagnostics-toggle" aria-controls="diagnostics-drawer" class="diagnostics-toggle diagnostics-toggle--neutral">Diagnostics</button>
- unexpected value "diagnostics-toggle diagnostics-toggle--neutral"
667 | await setStylesEditorSource(page, '.card { color: $missing; }')
668 |
> 669 | await expect(page.locator('#diagnostics-toggle')).toHaveClass(
| ^
670 | /diagnostics-toggle--error/,
671 | )
672 |
at /home/runner/work/develop/develop/playwright/app.spec.ts:669:53
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/app.spec.ts:661:1 › clear styles diagnostics removes style compile diagnostics
65 passed (3.9m)
|