mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Remove unneeded wait()s
This commit is contained in:
parent
d23c0de0c1
commit
1ba21b4a31
@ -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:~ }|
|
||||||
|
Loading…
Reference in New Issue
Block a user