feat: idb + github sync with atomic open and push to remote. #74
Annotations
4 errors and 5 notices
|
[webkit] › playwright/rendering-modes.spec.ts:752:1 › renders with sass style mode:
playwright/helpers/app-test-helpers.ts#L43
3) [webkit] › playwright/rendering-modes.spec.ts:752:1 › renders with sass style mode ────────────
Error: page.goto: Test timeout of 120000ms exceeded.
Call log:
- navigating to "http://127.0.0.1:8081/index.html", waiting until "load"
at helpers/app-test-helpers.ts:43
41 |
42 | export const waitForAppReady = async (page: Page, path = appEntryPath) => {
> 43 | await page.goto(path)
| ^
44 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
45 | await expect
46 | .poll(async () => {
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:43:14)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:108:9)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:753:9
|
|
[webkit] › playwright/rendering-modes.spec.ts:752:1 › renders with sass style mode:
playwright/rendering-modes.spec.ts#L0
3) [webkit] › playwright/rendering-modes.spec.ts:752:1 › renders with sass style mode ────────────
Test timeout of 120000ms exceeded.
|
|
[webkit] › playwright/rendering-modes.spec.ts:728:1 › persists style mode across reload:
playwright/rendering-modes.spec.ts#L739
2) [webkit] › playwright/rendering-modes.spec.ts:728: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"
737 | await ensurePanelToolsVisible(page, 'styles')
738 |
> 739 | await expect(page.getByRole('combobox', { name: 'Style mode' })).toHaveValue('sass')
| ^
740 | })
741 |
742 | test('renders with less style mode', async ({ page }) => {
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:739:68
|
|
[webkit] › playwright/rendering-modes.spec.ts:566:1 › shows App-only error when auto render is disabled and App is missing:
playwright/helpers/app-test-helpers.ts#L43
1) [webkit] › playwright/rendering-modes.spec.ts:566:1 › shows App-only error when auto render is disabled and App is missing
Error: page.goto: WebKit encountered an internal error
Call log:
- navigating to "http://127.0.0.1:8081/index.html", waiting until "load"
at helpers/app-test-helpers.ts:43
41 |
42 | export const waitForAppReady = async (page: Page, path = appEntryPath) => {
> 43 | await page.goto(path)
| ^
44 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
45 | await expect
46 | .poll(async () => {
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:43:14)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:108:9)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:569:9
|
|
🎭 Playwright Run Summary
14 passed (1.3m)
|
|
🎭 Playwright Run Summary
30 passed (3.1m)
|
|
🎭 Playwright Run Summary
36 passed (3.2m)
|
|
🎭 Playwright Run Summary
119 passed (4.1m)
|
|
🎭 Playwright Run Summary
3 flaky
[webkit] › playwright/rendering-modes.spec.ts:566:1 › shows App-only error when auto render is disabled and App is missing
[webkit] › playwright/rendering-modes.spec.ts:728:1 › persists style mode across reload ────────
[webkit] › playwright/rendering-modes.spec.ts:752:1 › renders with sass style mode ─────────────
36 passed (8.3m)
|