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>]])
|
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:~ }|
|
||||||
|
Reference in New Issue
Block a user