mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -691,7 +691,7 @@ describe('completion', function()
|
||||
]])
|
||||
-- Works for unindenting too.
|
||||
feed('ounin<C-X><C-N>')
|
||||
helpers.poke_eventloop()
|
||||
poke_eventloop()
|
||||
feed('<BS>d')
|
||||
screen:expect([[
|
||||
inc uninc indent unindent |
|
||||
@@ -1067,7 +1067,7 @@ describe('completion', function()
|
||||
{3:-- }{4:match 1 of 3} |
|
||||
]])
|
||||
command([[call timer_start(100, { -> execute('stopinsert') })]])
|
||||
helpers.sleep(200)
|
||||
vim.uv.sleep(200)
|
||||
feed('k') -- cursor should move up in Normal mode
|
||||
screen:expect([[
|
||||
hello |
|
||||
|
||||
Reference in New Issue
Block a user