feat: chat editor integration. #50
Annotations
1 error and 4 notices
|
[webkit] › playwright/rendering-modes.spec.ts:489:1 › persists layout and theme across reload:
playwright/helpers/app-test-helpers.ts#L43
1) [webkit] › playwright/rendering-modes.spec.ts:489:1 › persists layout and theme across reload ─
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:61:9)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:498:9
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:489:1 › persists layout and theme across reload ──
23 passed (1.9m)
|
|
🎭 Playwright Run Summary
84 passed (2.5m)
|
|
🎭 Playwright Run Summary
29 passed (2.4m)
|
|
🎭 Playwright Run Summary
31 passed (3.5m)
|