mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
Update test case for --cycle
This commit is contained in:
parent
f5746002fd
commit
96a3250152
@ -975,15 +975,15 @@ class TestGoFZF < TestBase
|
|||||||
tmux.until { |lines| lines[-10].start_with? '>' }
|
tmux.until { |lines| lines[-10].start_with? '>' }
|
||||||
tmux.send_keys :Down
|
tmux.send_keys :Down
|
||||||
tmux.until { |lines| lines[-9].start_with? '>' }
|
tmux.until { |lines| lines[-9].start_with? '>' }
|
||||||
tmux.send_keys :PgUp
|
tmux.send_keys :Up
|
||||||
tmux.until { |lines| lines[-10].start_with? '>' }
|
tmux.until { |lines| lines[-10].start_with? '>' }
|
||||||
tmux.send_keys :PgUp
|
tmux.send_keys :PgUp
|
||||||
tmux.until { |lines| lines[-3].start_with? '>' }
|
tmux.until { |lines| lines[-10].start_with? '>' }
|
||||||
tmux.send_keys :Up
|
tmux.send_keys :Up
|
||||||
tmux.until { |lines| lines[-4].start_with? '>' }
|
|
||||||
tmux.send_keys :PgDn
|
|
||||||
tmux.until { |lines| lines[-3].start_with? '>' }
|
tmux.until { |lines| lines[-3].start_with? '>' }
|
||||||
tmux.send_keys :PgDn
|
tmux.send_keys :PgDn
|
||||||
|
tmux.until { |lines| lines[-3].start_with? '>' }
|
||||||
|
tmux.send_keys :Down
|
||||||
tmux.until { |lines| lines[-10].start_with? '>' }
|
tmux.until { |lines| lines[-10].start_with? '>' }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user