test(helpers): wait for current fingerprints #140
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/master-stack-top-sync-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The test helpers could treat a silent single-pane layout or orientation hook as the fingerprint transition for a later split or new-pane action, which left
master_stackwith intermittent hook-order flakes.Solution
Teach the shared test helpers to wait for a fingerprint that matches the current window state before and after split/new-pane operations, so later assertions only run after the intended async hook work has actually settled.