functests: Remove unneeded wait()s

This commit is contained in:
ZyX 2017-07-26 13:02:45 +03:00
parent d23c0de0c1
commit 1ba21b4a31

View File

@ -232,7 +232,6 @@ describe('input()', function()
feed([[:call input({"highlight": "RainBowParens"})<CR>]]) feed([[:call input({"highlight": "RainBowParens"})<CR>]])
wait() wait()
feed('(())') feed('(())')
wait()
screen:expect([[ screen:expect([[
{EOB:~ }| {EOB:~ }|
{EOB:~ }| {EOB:~ }|
@ -412,7 +411,6 @@ describe('inputdialog()', function()
feed([[:call inputdialog({"highlight": "RainBowParens"})<CR>]]) feed([[:call inputdialog({"highlight": "RainBowParens"})<CR>]])
wait() wait()
feed('(())') feed('(())')
wait()
screen:expect([[ screen:expect([[
{EOB:~ }| {EOB:~ }|
{EOB:~ }| {EOB:~ }|