Wait for the terminal.clear to go through before continuing

Prevents some flakiness in tests
This commit is contained in:
Eric Freese 2017-01-27 14:07:06 -07:00
parent 89dd69d517
commit c3425870f1

View file

@ -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