fix: consistent head handling. #107
Annotations
1 error and 1 notice
|
[webkit] › playwright/rendering-modes.spec.ts:183:1 › react mode typecheck loads types without malformed URL fetches:
playwright/helpers/app-test-helpers.ts#L314
1) [webkit] › playwright/rendering-modes.spec.ts:183:1 › react mode typecheck loads types without malformed URL fetches
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByRole('button', { name: /^Diagnostics(?:\s+\([1-9]\d*\)|\s+✓)?$/ })
Expected: "true"
Received: "false"
Timeout: 90000ms
Call log:
- Expect "toHaveAttribute" with timeout 90000ms
- waiting for getByRole('button', { name: /^Diagnostics(?:\s+\([1-9]\d*\)|\s+✓)?$/ })
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--error">Diagnostics (1)</button>
- unexpected value "false"
at helpers/app-test-helpers.ts:314
312 | }
313 |
> 314 | await expect(toggle).toHaveAttribute('aria-expanded', 'true')
| ^
315 | }
316 |
317 | await expect(page.getByRole('complementary', { name: 'Diagnostics' })).toBeVisible()
at ensureDiagnosticsDrawerOpen (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:314:26)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:201:3
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:183:1 › react mode typecheck loads types without malformed URL fetches
36 passed (4.9m)
|