feat: dynamic editor tabs. #130
Annotations
7 errors and 5 notices
|
[webkit] › playwright/rendering-modes/workspace-graph.spec.ts:134:1 › workspace graph errors are deterministic for ambiguous extension compatibility matches:
playwright/helpers/app-test-helpers.ts#L62
1) [webkit] › playwright/rendering-modes/workspace-graph.spec.ts:134:1 › workspace graph errors are deterministic for ambiguous extension compatibility matches
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:141:3)
at /home/runner/work/develop/develop/playwright/rendering-modes/workspace-graph.spec.ts:137:3
|
|
[webkit] › playwright/rendering-modes/workspace-graph.spec.ts:134:1 › workspace graph errors are deterministic for ambiguous extension compatibility matches:
playwright/rendering-modes/workspace-graph.spec.ts#L0
1) [webkit] › playwright/rendering-modes/workspace-graph.spec.ts:134:1 › workspace graph errors are deterministic for ambiguous extension compatibility matches
Test timeout of 120000ms exceeded.
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot:
playwright/helpers/app-test-helpers.ts#L553
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:553
551 |
552 | const repoSelect = page.getByLabel('Pull request repository')
> 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
554 | await expect(repoSelect).toBeDisabled()
555 |
556 | await expect(
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1073:3
|
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/helpers/app-test-helpers.ts#L553
2) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:553
551 |
552 | const repoSelect = page.getByLabel('Pull request repository')
> 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
554 | await expect(repoSelect).toBeDisabled()
555 |
556 | await expect(
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1986:3
|
|
[chromium] › playwright/github-byot-ai.spec.ts:200:1 › AI chat prefers streaming responses when available:
playwright/helpers/app-test-helpers.ts#L553
1) [chromium] › playwright/github-byot-ai.spec.ts:200:1 › AI chat prefers streaming responses when available
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:553
551 |
552 | const repoSelect = page.getByLabel('Pull request repository')
> 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
554 | await expect(repoSelect).toBeDisabled()
555 |
556 | await expect(
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28)
at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:221:3
|
|
[webkit] › playwright/github-byot-ai.spec.ts:918:1 › clearing chat removes previous conversation context from new request:
playwright/helpers/app-test-helpers.ts#L544
1) [webkit] › playwright/github-byot-ai.spec.ts:918:1 › clearing chat removes previous conversation context from new request
Error: locator.selectOption: Test timeout of 120000ms exceeded.
Call log:
- waiting for getByLabel('Stored workspace')
- locator resolved to <select id="workspaces-select" aria-label="Stored workspace">…</select>
- attempting select option action
2 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 20ms
2 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 100ms
232 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 500ms
at helpers/app-test-helpers.ts:544
542 |
543 | if (workspaceValue) {
> 544 | await storedWorkspace.selectOption(workspaceValue)
| ^
545 | await page.getByRole('button', { name: 'Open', exact: true }).click()
546 | }
547 | }
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:544:31)
at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:950:3
|
|
[webkit] › playwright/github-byot-ai.spec.ts:918:1 › clearing chat removes previous conversation context from new request:
playwright/github-byot-ai.spec.ts#L0
1) [webkit] › playwright/github-byot-ai.spec.ts:918:1 › clearing chat removes previous conversation context from new request
Test timeout of 120000ms exceeded.
|
|
🎭 Playwright Run Summary
3 skipped
42 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes/workspace-graph.spec.ts:134:1 › workspace graph errors are deterministic for ambiguous extension compatibility matches
44 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1054:1 › Local New workspace always creates a new stored workspace snapshot
1 skipped
43 passed (7.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/github-byot-ai.spec.ts:200:1 › AI chat prefers streaming responses when available
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default
178 passed (8.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-byot-ai.spec.ts:918:1 › clearing chat removes previous conversation context from new request
44 passed (7.7m)
|