feat: add creation-time new-pane visual-stability acceptance tests #101
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#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
Issue #100 established that explicit managed
new-panecan visibly flash through the wrong intermediate split before relayout. The current test suite mainly validates final pane order, ownership, and final layout state. It does not clearly encode the creation-time bar we now care about: correct first branch, acceptable local resizing, and known unavoidable residual cases.Proposed solution
Add focused integration coverage and helper vocabulary for creation-time visual stability. The goal is to let follow-up issues test for:
Seed the suite with the repro from #100 and at least one example for each residual class that the layout matrix currently identifies.
Context
This is the groundwork issue for the rest of the explicit
new-panefollow-up work. Without it, later layout-by-layout fixes will be hard to specify and easy to regress.Acceptance notes
Alternatives considered