2017-02-17 02:18:03 +00:00
|
|
|
describe 'a multi-line suggestion' do
|
|
|
|
it 'should be displayed on multiple lines' do
|
2020-05-06 13:23:55 +00:00
|
|
|
with_history("echo \"\n\"") do
|
2017-02-17 02:18:03 +00:00
|
|
|
session.send_keys('e')
|
|
|
|
wait_for { session.content }.to eq("echo \"\n\"")
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|