mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
test(ex_terminal_spec): fix flakiness (#36347)
(cherry picked from commit db35dd6734)
This commit is contained in:
committed by
github-actions[bot]
parent
8928ede8af
commit
98dfd25c8b
@@ -153,6 +153,7 @@ describe(':terminal', function()
|
|||||||
feed('i')
|
feed('i')
|
||||||
eq({ blocking = false, mode = 'i' }, api.nvim_get_mode())
|
eq({ blocking = false, mode = 'i' }, api.nvim_get_mode())
|
||||||
command('stopinsert | wincmd p')
|
command('stopinsert | wincmd p')
|
||||||
|
feed('<Ignore>') -- Add input to separate two RPC requests
|
||||||
eq({ blocking = false, mode = 'nt' }, api.nvim_get_mode())
|
eq({ blocking = false, mode = 'nt' }, api.nvim_get_mode())
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user