feat: share urls. (#137) #167
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/rendering-modes/core.spec.ts:667:1 › transpiles TypeScript annotations in component source:
playwright/helpers/app-test-helpers.ts#L77
1) [webkit] › playwright/rendering-modes/core.spec.ts:667:1 › transpiles TypeScript annotations in component source
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:77
75 | await navigateToApp(page, path)
76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 77 | await expect
| ^
78 | .poll(async () => {
79 | const statusText = (
80 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77: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:668:3
|
|
[webkit] › 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#L553
1) [webkit] › 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: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:317: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
199 passed (7.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes/core.spec.ts:667:1 › transpiles TypeScript annotations in component source
3 skipped
46 passed (7.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-byot-ai.spec.ts:308:1 › workspace context status stays visible without PAT and after PAT connect
49 passed (7.7m)
|
|
🎭 Playwright Run Summary
1 skipped
49 passed (6.3m)
|
|
🎭 Playwright Run Summary
50 passed (4.7m)
|