mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
Fix potentially flaky tmux-history-search test
We need to give fish time to render I think.
This commit is contained in:
parent
4149a37f1c
commit
bb7704efe8
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ tmux-sleep
|
||||||
isolated-tmux send-keys "echo sdifjsdoifjsdoifj"
|
isolated-tmux send-keys "echo sdifjsdoifjsdoifj"
|
||||||
tmux-sleep
|
tmux-sleep
|
||||||
isolated-tmux send-keys F1
|
isolated-tmux send-keys F1
|
||||||
|
tmux-sleep
|
||||||
isolated-tmux capture-pane -p | grep "(no matches)"
|
isolated-tmux capture-pane -p | grep "(no matches)"
|
||||||
# CHECK: (no matches)
|
# CHECK: (no matches)
|
||||||
isolated-tmux send-keys Enter C-e C-u "echo foo" Enter
|
isolated-tmux send-keys Enter C-e C-u "echo foo" Enter
|
||||||
|
|
Loading…
Reference in a new issue