We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3892060 commit 8a80e78Copy full SHA for 8a80e78
CHANGES
@@ -19,6 +19,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+### Internal improvements
23
+
24
+- tests(test_pane_order): Improve reliability of `pane_current_path` test.
25
26
## tmuxp 1.24.0 (2022-12-30)
27
28
_Maintenance only, no bug fixes or features_
tests/workspace/test_builder.py
@@ -655,6 +655,7 @@ def test_pane_order(session):
655
pane_path = pane_paths[p_index - pane_base_index]
656
657
def f():
658
+ p.refresh()
659
return p.pane_current_path == pane_path
660
661
assert retry_until(f)
0 commit comments