fix: reload active pr context when readding pat. (#51) #46
Annotations
2 errors and 4 notices
|
[webkit] › playwright/diagnostics.spec.ts:184:1 › typecheck error reports diagnostics count in button and details in drawer:
playwright/diagnostics.spec.ts#L208
1) [webkit] › playwright/diagnostics.spec.ts:184:1 › typecheck error reports diagnostics count in button and details in drawer
Error: expect(locator).toBeVisible() failed
Locator: getByText(/TS\d+/)
Expected: visible
Error: strict mode violation: getByText(/TS\d+/) resolved to 10 elements:
1) <span class="diagnostic-line-message">TS2322: Type 'string' is not assignable to type '…</span> aka getByRole('button', { name: 'L1:7 TS2322: Type \'string\' is' })
2) <span class="diagnostic-line-message">TS2451: Cannot redeclare block-scoped variable 'A…</span> aka getByRole('button', { name: 'L2:7 TS2451: Cannot redeclare' })
3) <span class="diagnostic-line-message">TS1005: ',' expected.</span> aka getByRole('button', { name: 'L2:41 TS1005: \',\' expected.' })
4) <span class="diagnostic-line-message">TS7005: Variable 'type' implicitly has an 'any' t…</span> aka getByRole('button', { name: 'L2:41 TS7005: Variable \'type' })
5) <span class="diagnostic-line-message">TS1005: ',' expected.</span> aka getByRole('button', { name: 'L2:46 TS1005: \',\' expected.' })
6) <span class="diagnostic-line-message">TS2693: 'string' only refers to a type, but is be…</span> aka getByRole('button', { name: 'L3:10 TS2693: \'string\' only' })
7) <span class="diagnostic-line-message">TS1005: ',' expected.</span> aka getByRole('button', { name: 'L4:3 TS1005: \',\' expected.' })
8) <span class="diagnostic-line-message">TS1109: Expression expected.</span> aka getByRole('button', { name: 'L5:1 TS1109: Expression' })
9) <span class="diagnostic-line-message">TS2749: 'CounterButtonProps' refers to a value, b…</span> aka getByRole('button', { name: 'L7:44 TS2749: \'' })
10) <span class="diagnostic-line-message">TS2451: Cannot redeclare block-scoped variable 'A…</span> aka getByRole('button', { name: 'L13:7 TS2451: Cannot' })
Call log:
- Expect "toBeVisible" with timeout 90000ms
- waiting for getByText(/TS\d+/)
206 | ).toBeVisible()
207 | await expect(page.getByText('TypeScript found')).toBeVisible()
> 208 | await expect(page.getByText(/TS\d+/)).toBeVisible()
| ^
209 | })
210 |
211 | test('dom mode typecheck resolves @knighted/jsx type-only imports', async ({ page }) => {
at /home/runner/work/develop/develop/playwright/diagnostics.spec.ts:208:41
|
|
[webkit] › playwright/layout-panels.spec.ts:186:1 › does not persist panel collapse state across reload:
playwright/helpers/app-test-helpers.ts#L36
1) [webkit] › playwright/layout-panels.spec.ts:186:1 › does not persist panel collapse state across reload
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:36
34 | await page.goto(path)
35 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 36 | await expect
| ^
37 | .poll(async () => {
38 | const statusText = (
39 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:36:3)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:52:3)
at /home/runner/work/develop/develop/playwright/layout-panels.spec.ts:199:3
|
|
🎭 Playwright Run Summary
23 passed (1.8m)
|
|
🎭 Playwright Run Summary
78 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/diagnostics.spec.ts:184:1 › typecheck error reports diagnostics count in button and details in drawer
25 passed (2.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/layout-panels.spec.ts:186:1 › does not persist panel collapse state across reload
28 passed (4.0m)
|