mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 11:56:30 +00:00
functests: Remove unneeded wait()s
This commit is contained in:
@@ -232,7 +232,6 @@ describe('input()', function()
|
||||
feed([[:call input({"highlight": "RainBowParens"})<CR>]])
|
||||
wait()
|
||||
feed('(())')
|
||||
wait()
|
||||
screen:expect([[
|
||||
{EOB:~ }|
|
||||
{EOB:~ }|
|
||||
@@ -412,7 +411,6 @@ describe('inputdialog()', function()
|
||||
feed([[:call inputdialog({"highlight": "RainBowParens"})<CR>]])
|
||||
wait()
|
||||
feed('(())')
|
||||
wait()
|
||||
screen:expect([[
|
||||
{EOB:~ }|
|
||||
{EOB:~ }|
|
||||
|
Reference in New Issue
Block a user