feat: typography workspace selection. (#141) #175
Annotations
2 errors and 5 notices
|
[chromium] › playwright/github-byot-ai.spec.ts:308:1 › workspace context status stays visible without PAT and after PAT connect:
playwright/helpers/app-test-helpers.ts#L588
1) [chromium] › playwright/github-byot-ai.spec.ts:308:1 › workspace context status stays visible without PAT and after PAT connect
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:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:317:3
|
|
[webkit] › playwright/github-byot-ai.spec.ts:299:1 › chat becomes available after token connect:
playwright/helpers/app-test-helpers.ts#L588
1) [webkit] › playwright/github-byot-ai.spec.ts:299:1 › chat becomes available after token connect
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:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-byot-ai.spec.ts:301:3
|
|
🎭 Playwright Run Summary
51 passed (5.3m)
|
|
🎭 Playwright Run Summary
1 skipped
50 passed (6.7m)
|
|
🎭 Playwright Run Summary
3 skipped
48 passed (6.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/github-byot-ai.spec.ts:308:1 › workspace context status stays visible without PAT and after PAT connect
203 passed (9.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-byot-ai.spec.ts:299:1 › chat becomes available after token connect
50 passed (8.2m)
|