test: webkit flake. #82
Annotations
3 errors and 5 notices
|
[webkit] › playwright/rendering-modes.spec.ts:183:1 › react mode typecheck loads types without malformed URL fetches:
playwright/helpers/app-test-helpers.ts#L304
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:304
302 | }
303 |
> 304 | await expect(toggle).toHaveAttribute('aria-expanded', 'true')
| ^
305 | }
306 |
307 | await expect(page.getByRole('complementary', { name: 'Diagnostics' })).toBeVisible()
at ensureDiagnosticsDrawerOpen (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:304:26)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:201:3
|
|
[chromium] › playwright/rendering-modes.spec.ts:718:1 › persists style mode across reload:
playwright/rendering-modes.spec.ts#L729
2) [chromium] › playwright/rendering-modes.spec.ts:718:1 › persists style mode across reload ─────
Error: expect(locator).toHaveValue(expected) failed
Locator: getByRole('combobox', { name: 'Style mode' })
Expected: "sass"
Received: "css"
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByRole('combobox', { name: 'Style mode' })
93 × locator resolved to <select id="style-mode">…</select>
- unexpected value "css"
727 | await ensurePanelToolsVisible(page, 'styles')
728 |
> 729 | await expect(page.getByRole('combobox', { name: 'Style mode' })).toHaveValue('sass')
| ^
730 | })
731 |
732 | test('renders with less style mode', async ({ page }) => {
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:729:68
|
|
[chromium] › playwright/diagnostics.spec.ts:435:1 › component lint with unresolved issues enters pending diagnostics state while typing:
playwright/diagnostics.spec.ts#L461
1) [chromium] › playwright/diagnostics.spec.ts:435:1 › component lint with unresolved issues enters pending diagnostics state while typing
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Rendered \(Lint issues: [1-9]\d*\)/)
Expected: visible
Timeout: 90000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 90000ms
- waiting for getByText(/Rendered \(Lint issues: [1-9]\d*\)/)
459 | await expect(diagnosticsToggle).toHaveAttribute('aria-busy', 'true')
460 |
> 461 | await expect(page.getByText(/Rendered \(Lint issues: [1-9]\d*\)/)).toBeVisible()
| ^
462 | await expect(diagnosticsToggle).toHaveClass(/diagnostics-toggle--error/)
463 | await expect(diagnosticsToggle).toHaveAttribute('aria-busy', 'false')
464 | })
at /home/runner/work/develop/develop/playwright/diagnostics.spec.ts:461:70
|
|
🎭 Playwright Run Summary
12 passed (52.6s)
|
|
🎭 Playwright Run Summary
14 passed (1.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:183:1 › react mode typecheck loads types without malformed URL fetches
38 passed (5.7m)
|
|
🎭 Playwright Run Summary
58 passed (6.2m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/diagnostics.spec.ts:435:1 › component lint with unresolved issues enters pending diagnostics state while typing
[chromium] › playwright/rendering-modes.spec.ts:718:1 › persists style mode across reload ──────
121 passed (6.5m)
|