Skip to content

fix(tasks): green the full suite — task-row rename test awaits F-254 microtask#119

Closed
th3-br41n wants to merge 1 commit into
mainfrom
fix/task-row-test-microtask
Closed

fix(tasks): green the full suite — task-row rename test awaits F-254 microtask#119
th3-br41n wants to merge 1 commit into
mainfrom
fix/task-row-test-microtask

Conversation

@th3-br41n

Copy link
Copy Markdown
Contributor

Fixes the ubuntu full-suite failure that landed with #117. The F-254 fix deferred beginInlineEdit's onCommit via queueMicrotask; I updated the three suites I edited (inline-edit, board-view, sidebar) but missed task-row.test.ts — which also renames through beginInlineEdit and asserted onRenameTask synchronously. Local verify only ran the edited suites; the ubuntu full-suite job caught it (exactly the subset-gap the job exists for).

Fix: await a microtask before the assertion. Full apps/tasks suite green (450). beginInlineEdit/board/sidebar are Tasks-local, so the blast radius is fully contained.

🤖 Generated with Claude Code

The F-254 fix deferred beginInlineEdit's onCommit via queueMicrotask, but
task-row.test.ts still asserted onRenameTask synchronously — missed
because the local verify run only exercised the three edited suites, not
the full Tasks suite (the ubuntu full-suite job caught it). Await a
microtask before the assertion. Full apps/tasks suite green (450).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@th3-br41n

Copy link
Copy Markdown
Contributor Author

Folded the fix directly into the release PR #118 so it's self-contained and greens main on merge — superseded.

@th3-br41n th3-br41n closed this Jul 8, 2026
@th3-br41n th3-br41n deleted the fix/task-row-test-microtask branch July 8, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant