Skip to content

refactor: improvements with styles and gh syncs. #80

refactor: improvements with styles and gh syncs.

refactor: improvements with styles and gh syncs. #80

Triggered via pull request April 18, 2026 19:07
Status Success
Total duration 14m 26s
Artifacts

playwright.yml

on: pull_request
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 notices
[chromium] › playwright/rendering-modes.spec.ts:718:1 › persists style mode across reload: playwright/rendering-modes.spec.ts#L729
1) [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
[webkit] › playwright/rendering-modes.spec.ts:1009:1 › workspace graph errors for circular imports remain deterministic: playwright/rendering-modes.spec.ts#L0
5) [webkit] › playwright/rendering-modes.spec.ts:1009:1 › workspace graph errors for circular imports remain deterministic Test timeout of 120000ms exceeded.
[webkit] › playwright/rendering-modes.spec.ts:825:1 › workspace tabs resolve .js specifiers to tsx workspace modules when exact match is missing: playwright/helpers/app-test-helpers.ts#L77
4) [webkit] › playwright/rendering-modes.spec.ts:825:1 › workspace tabs resolve .js specifiers to tsx workspace modules when exact match is missing Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 90000ms exceeded while waiting on the predicate at helpers/app-test-helpers.ts:77 75 | await navigateToApp(page, path) 76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible() > 77 | await expect | ^ 78 | .poll(async () => { 79 | const statusText = ( 80 | await page.getByRole('status', { name: 'App status' }).textContent() at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:140:3) at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:828:3
[webkit] › playwright/rendering-modes.spec.ts:788:1 › workspace tabs resolve extensionless relative imports through virtual module map: playwright/helpers/app-test-helpers.ts#L77
3) [webkit] › playwright/rendering-modes.spec.ts:788:1 › workspace tabs resolve extensionless relative imports through virtual module map Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 90000ms exceeded while waiting on the predicate at helpers/app-test-helpers.ts:77 75 | await navigateToApp(page, path) 76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible() > 77 | await expect | ^ 78 | .poll(async () => { 79 | const statusText = ( 80 | await page.getByRole('status', { name: 'App status' }).textContent() at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:140:3) at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:791:3
[webkit] › playwright/rendering-modes.spec.ts:304:1 › clearing component source reports clear action without error status: playwright/helpers/app-test-helpers.ts#L77
2) [webkit] › playwright/rendering-modes.spec.ts:304:1 › clearing component source reports clear action without error status Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false Call Log: - Timeout 90000ms exceeded while waiting on the predicate at helpers/app-test-helpers.ts:77 75 | await navigateToApp(page, path) 76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible() > 77 | await expect | ^ 78 | .poll(async () => { 79 | const statusText = ( 80 | await page.getByRole('status', { name: 'App status' }).textContent() at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:140:3) at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:307:3
[webkit] › playwright/rendering-modes.spec.ts:134:1 › transpiles TypeScript annotations in component source: playwright/helpers/app-test-helpers.ts#L62
1) [webkit] › playwright/rendering-modes.spec.ts:134:1 › transpiles TypeScript annotations in component source Error: page.goto: Target page, context or browser has been closed at helpers/app-test-helpers.ts:62 60 | 61 | try { > 62 | await page.goto(path, { waitUntil: 'domcontentloaded' }) | ^ 63 | return 64 | } catch (error) { 65 | if (attempt >= 3 || !isRetryableGotoError(error)) { at navigateToApp (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:62:18) at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:75:3) at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:140:3) at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:135:3
[webkit] › playwright/rendering-modes.spec.ts:134:1 › transpiles TypeScript annotations in component source: playwright/rendering-modes.spec.ts#L0
1) [webkit] › playwright/rendering-modes.spec.ts:134:1 › transpiles TypeScript annotations in component source Test timeout of 120000ms exceeded.
🎭 Playwright Run Summary
12 passed (53.1s)
🎭 Playwright Run Summary
14 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › playwright/rendering-modes.spec.ts:718:1 › persists style mode across reload ────── 122 passed (5.9m)
🎭 Playwright Run Summary
58 passed (5.1m)
🎭 Playwright Run Summary
5 flaky [webkit] › playwright/rendering-modes.spec.ts:134:1 › transpiles TypeScript annotations in component source [webkit] › playwright/rendering-modes.spec.ts:304:1 › clearing component source reports clear action without error status [webkit] › playwright/rendering-modes.spec.ts:788:1 › workspace tabs resolve extensionless relative imports through virtual module map [webkit] › playwright/rendering-modes.spec.ts:825:1 › workspace tabs resolve .js specifiers to tsx workspace modules when exact match is missing [webkit] › playwright/rendering-modes.spec.ts:1009:1 › workspace graph errors for circular imports remain deterministic 34 passed (13.4m)