feat: dynamic tabs. #62
Annotations
5 errors and 4 notices
|
[webkit] › playwright/workspace-tabs.spec.ts:155:1 › startup restores last active workspace tab after reload:
playwright/helpers/app-test-helpers.ts#L43
1) [webkit] › playwright/workspace-tabs.spec.ts:155:1 › startup restores last active workspace tab after reload
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/workspace-tabs.spec.ts:168:9
|
|
[webkit] › playwright/workspace-tabs.spec.ts:155:1 › startup restores last active workspace tab after reload:
playwright/workspace-tabs.spec.ts#L0
1) [webkit] › playwright/workspace-tabs.spec.ts:155:1 › startup restores last active workspace tab after reload
Test timeout of 120000ms exceeded.
|
|
E2E (Playwright, webkit, shard 2/3)
Process completed with exit code 1.
|
|
[webkit] › playwright/rendering-modes.spec.ts:826:1 › children runtime errors recover after module fix and mode switches:
playwright/rendering-modes.spec.ts#L856
1) [webkit] › playwright/rendering-modes.spec.ts:826:1 › children runtime errors recover after module fix and mode switches
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('#preview-host pre')
Timeout: 90000ms
- Expected substring - 1
+ Received string + 3
- [runtime] children is not defined
+ [runtime] Can't find variable: children
+ Entry: @knighted/workspace/src/components/App.jsx
+ Source: execution
Call log:
- Expect "toContainText" with timeout 90000ms
- waiting for locator('#preview-host pre')
93 × locator resolved to <pre class="preview-runtime-error">[runtime] Can't find variable: children↵Entry: @k…</pre>
- unexpected value "[runtime] Can't find variable: children
Entry: @knighted/workspace/src/components/App.jsx
Source: execution"
854 |
855 | await expect(page.getByRole('status', { name: 'App status' })).toHaveText('Error')
> 856 | await expect(page.locator('#preview-host pre')).toContainText(
| ^
857 | '[runtime] children is not defined',
858 | )
859 |
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:856:51
|
|
[webkit] › playwright/rendering-modes.spec.ts:826:1 › children runtime errors recover after module fix and mode switches:
playwright/rendering-modes.spec.ts#L856
1) [webkit] › playwright/rendering-modes.spec.ts:826:1 › children runtime errors recover after module fix and mode switches
Error: expect(locator).toContainText(expected) failed
Locator: locator('#preview-host pre')
Timeout: 90000ms
- Expected substring - 1
+ Received string + 3
- [runtime] children is not defined
+ [runtime] Can't find variable: children
+ Entry: @knighted/workspace/src/components/App.jsx
+ Source: execution
Call log:
- Expect "toContainText" with timeout 90000ms
- waiting for locator('#preview-host pre')
93 × locator resolved to <pre class="preview-runtime-error">[runtime] Can't find variable: children↵Entry: @k…</pre>
- unexpected value "[runtime] Can't find variable: children
Entry: @knighted/workspace/src/components/App.jsx
Source: execution"
854 |
855 | await expect(page.getByRole('status', { name: 'App status' })).toHaveText('Error')
> 856 | await expect(page.locator('#preview-host pre')).toContainText(
| ^
857 | '[runtime] children is not defined',
858 | )
859 |
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:856:51
|
|
🎭 Playwright Run Summary
97 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/workspace-tabs.spec.ts:155:1 › startup restores last active workspace tab after reload
7 passed (3.5m)
|
|
🎭 Playwright Run Summary
46 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › playwright/rendering-modes.spec.ts:826:1 › children runtime errors recover after module fix and mode switches
42 passed (6.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-webkit-2of3
|
10.7 MB |
sha256:0b3531cfbef68f1bda9722855de4aeef738f8187ed895064b768e18dabba095a
|
|