Wait for the terminal.clear to go through before continuing
Prevents some flakiness in tests
This commit is contained in:
@@ -5,6 +5,8 @@ describe 'default strategy' do
|
|||||||
session.run_command('source zsh-autosuggestions.zsh')
|
session.run_command('source zsh-autosuggestions.zsh')
|
||||||
session.run_command('fc -p')
|
session.run_command('fc -p')
|
||||||
session.clear
|
session.clear
|
||||||
|
|
||||||
|
wait_for { session.content }.to eq('')
|
||||||
end
|
end
|
||||||
|
|
||||||
after do
|
after do
|
||||||
|
|||||||
Reference in New Issue
Block a user