fix: chat with pat on local-only workspaces. #163
Annotations
3 errors and 5 notices
|
[chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states:
playwright/helpers/app-test-helpers.ts#L553
1) [chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states
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:736:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths:
playwright/helpers/app-test-helpers.ts#L415
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
Error: expect(locator).toBeVisible() failed
Locator: getByRole('complementary', { name: /Open Pull Request|Push Commit/ })
Expected: visible
Timeout: 90000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 90000ms
- waiting for getByRole('complementary', { name: /Open Pull Request|Push Commit/ })
at helpers/app-test-helpers.ts:415
413 | await expect(
414 | page.getByRole('complementary', { name: /Open Pull Request|Push Commit/ }),
> 415 | ).toBeVisible()
| ^
416 | }
417 |
418 | export const ensureWorkspacesDrawerClosed = async (page: Page) => {
at ensureOpenPrDrawerOpen (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:415:5)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:203:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1267:1 › Removing a non-active workspace reselects the active workspace in Workspaces select:
playwright/helpers/app-test-helpers.ts#L553
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1267: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:1297:3
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/github-byot-ai.spec.ts:704:1 › GitHub token info panel reflects missing and present token states
194 passed (7.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:28:1 › Open PR drawer confirms and submits component/styles filepaths
1 skipped
47 passed (7.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1267:1 › Removing a non-active workspace reselects the active workspace in Workspaces select
3 skipped
45 passed (7.9m)
|
|
🎭 Playwright Run Summary
49 passed (7.2m)
|
|
🎭 Playwright Run Summary
48 passed (4.6m)
|