feat: typography workspace selection. #174
Annotations
1 error and 1 notice
|
playwright/helpers/app-test-helpers.ts#L588
1) [chromium] › playwright/github-byot-ai.spec.ts:1269:1 › AI chat renders a single apply action for multiple targets resolving to the same tab
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:1325:3
|
|
|
The logs for this run have expired and are no longer available.
Loading