Skip to content

Apply queued checkout switches on idle and announce them at pick time… #739

Apply queued checkout switches on idle and announce them at pick time…

Apply queued checkout switches on idle and announce them at pick time… #739

Triggered via push August 10, 2026 07:32
Status Failure
Total duration 8m 40s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
8m 36s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 6s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
[chromium] src/components/settings/SettingsPanels.browser.tsx > GeneralSettingsPanel observability > distinguishes configured Claude chat auth from verified usage: apps/web/src/components/settings/SettingsPanels.browser.tsx#L1768
Error: expect(element).toBeVisible() Received element is not visible: <p class="text-xs text-muted-foreground" /> ❯ toBeVisible src/components/settings/SettingsPanels.browser.tsx:1768:81 Caused by: Caused by: Error: Matcher did not succeed in time. ❯ src/components/settings/SettingsPanels.browser.tsx:1768:4
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L869
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L852
Do not define components during render.
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L805
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L741
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L689
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L686
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L683
Do not define components during render.
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.