fix: support @knighted/jsx type-only imports in DOM mode. (#39) #33
Annotations
1 error and 1 notice
|
[chromium] › playwright/diagnostics.spec.ts:62:1 › clearing styles keeps diagnostics error state but resets status styling:
playwright/diagnostics.spec.ts#L92
1) [chromium] › playwright/diagnostics.spec.ts:62:1 › clearing styles keeps diagnostics error state but resets status styling
Error: expect(locator).toHaveClass(expected) failed
Locator: getByText('Styles cleared', { exact: true })
Expected pattern: /status--neutral/
Timeout: 90000ms
Error: element(s) not found
Call log:
- Expect "toHaveClass" with timeout 90000ms
- waiting for getByText('Styles cleared', { exact: true })
90 | await dialog.getByRole('button', { name: 'Clear' }).click()
91 |
> 92 | await expect(page.getByText('Styles cleared', { exact: true })).toHaveClass(
| ^
93 | /status--neutral/,
94 | )
95 | await expect(diagnosticsToggle).toHaveClass(/diagnostics-toggle--error/)
at /home/runner/work/develop/develop/playwright/diagnostics.spec.ts:92:67
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/diagnostics.spec.ts:62:1 › clearing styles keeps diagnostics error state but resets status styling
135 passed (7.4m)
|