fix: delete removed tabs when pushing. (#122) #135
Annotations
3 errors and 5 notices
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select:
playwright/helpers/app-test-helpers.ts#L553
1) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select
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:1212:3
|
|
[webkit] › playwright/rendering-modes/core.spec.ts:954:1 › persists theme across reload with fixed layout:
playwright/helpers/app-test-helpers.ts#L62
1) [webkit] › playwright/rendering-modes/core.spec.ts:954:1 › persists theme across reload with fixed layout
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/core.spec.ts:955:3
|
|
[webkit] › playwright/rendering-modes/core.spec.ts:954:1 › persists theme across reload with fixed layout:
playwright/rendering-modes/core.spec.ts#L0
1) [webkit] › playwright/rendering-modes/core.spec.ts:954:1 › persists theme across reload with fixed layout
Test timeout of 120000ms exceeded.
|
|
🎭 Playwright Run Summary
3 skipped
42 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 skipped
44 passed (6.0m)
|
|
🎭 Playwright Run Summary
46 passed (6.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1182:1 › Removing a non-active workspace reselects the active workspace in Workspaces select
180 passed (7.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes/core.spec.ts:954:1 › persists theme across reload with fixed layout
44 passed (7.1m)
|