Skip to content

Merge pull request #173 from redxzeta/codex/issue-153-file-preview-find #213

Merge pull request #173 from redxzeta/codex/issue-153-file-preview-find

Merge pull request #173 from redxzeta/codex/issue-153-file-preview-find #213

Triggered via push September 1, 2026 01:03
Status Failure
Total duration 17m 35s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
17m 31s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
3m 56s
Windows Process Regression
Migration Lineage
14s
Migration Lineage
Release Smoke
18s
Release Smoke
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/ChatView.browser.tsx > ChatView timeline estimator parity (full app) > coalesces repeated Studio new-chat clicks and stays in Studio after navigation settles: apps/web/src/components/ChatView.browser.tsx#L1633
AssertionError: A fresh Studio chat should navigate to a new draft UUID.: expected false to be true // Object.is equality - Expected + Received - true + false ❯ vi.waitFor.timeout src/components/ChatView.browser.tsx:1633:48
eslint-plugin-unicorn(no-array-reverse): packages/shared/src/deviceHelperCache.test.ts#L59
Use `Array#toReversed()` instead of `Array#reverse()`.
oxc(no-map-spread): apps/web/src/lib/threadHandoff.ts#L147
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-sort): apps/web/src/lib/runningChatsQuitConfirmation.ts#L67
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/persistence/MigrationBackup.ts#L817
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint-plugin-unicorn(no-array-sort): packages/shared/src/browserAutomationMcpError.ts#L31
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): packages/shared/src/browserAutomationMcpError.ts#L27
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/storeNormalization.test.ts#L182
Function `byIdOf` does not capture any variables from its parent scope