fix(coding-agent): stabilize edit tool redraw test

This commit is contained in:
Mario Zechner
2026-04-15 23:54:34 +02:00
parent e0918a627b
commit 33e632dfce
2 changed files with 33 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed flaky `edit-tool-no-full-redraw` TUI tests by waiting for asynchronous preview and preflight error rendering instead of relying on fixed render ticks.
## [0.67.3] - 2026-04-15
### New Features