feat: dynamic tabs. #61
Annotations
3 errors and 4 notices
|
[webkit] › playwright/github-pr-drawer.spec.ts:347:1 › Open PR drawer keeps a single active PR context in localStorage:
playwright/github-pr-drawer.spec.ts#L419
1) [webkit] › playwright/github-pr-drawer.spec.ts:347:1 › Open PR drawer keeps a single active PR context in localStorage
Error: expect(received).toBe(expected) // Object.is equality
Expected: "examples/css/App.tsx"
Received: "examples/develop/App.tsxexamples/css/App.tsx"
417 | 'knighted:develop:github-pr-config:knightedcodemonkey/css',
418 | )
> 419 | expect(activeContext.parsed?.componentFilePath).toBe('examples/css/App.tsx')
| ^
420 | })
421 |
422 | test('Open PR drawer does not prune saved PR context on repo switch before save', async ({
at /home/runner/work/develop/develop/playwright/github-pr-drawer.spec.ts:419:51
|
|
[webkit] › playwright/rendering-modes.spec.ts:128:1 › dom mode typecheck does not hydrate react type graph:
playwright/helpers/app-test-helpers.ts#L43
1) [webkit] › playwright/rendering-modes.spec.ts:128:1 › dom mode typecheck does not hydrate react type graph
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:129:9
|
|
[webkit] › playwright/rendering-modes.spec.ts:128:1 › dom mode typecheck does not hydrate react type graph:
playwright/rendering-modes.spec.ts#L0
1) [webkit] › playwright/rendering-modes.spec.ts:128:1 › dom mode typecheck does not hydrate react type graph
Test timeout of 120000ms exceeded.
|
|
🎭 Playwright Run Summary
75 passed (2.2m)
|
|
🎭 Playwright Run Summary
26 passed (2.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer.spec.ts:347:1 › Open PR drawer keeps a single active PR context in localStorage
29 passed (2.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:128:1 › dom mode typecheck does not hydrate react type graph
18 passed (4.2m)
|