mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +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"
|
||||
tmux-sleep
|
||||
isolated-tmux send-keys F1
|
||||
tmux-sleep
|
||||
isolated-tmux capture-pane -p | grep "(no matches)"
|
||||
# CHECK: (no matches)
|
||||
isolated-tmux send-keys Enter C-e C-u "echo foo" Enter
|
||||
|
|
Loading…
Reference in a new issue