mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Wait for the terminal.clear to go through before continuing
Prevents some flakiness in tests
This commit is contained in:
parent
89dd69d517
commit
c3425870f1
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ describe 'default strategy' do
|
|||
session.run_command('source zsh-autosuggestions.zsh')
|
||||
session.run_command('fc -p')
|
||||
session.clear
|
||||
|
||||
wait_for { session.content }.to eq('')
|
||||
end
|
||||
|
||||
after do
|
||||
|
|
Loading…
Reference in a new issue