mirror of
https://github.com/neovim/neovim
synced 2025-07-27 00:41:52 +00:00
test/wildmode_spec: fix flaky test
[ ERROR ] test/functional\ui\wildmode_spec.lua @ 84: 'wildmenu' is preserved during :terminal activity test\functional\ui\screen.lua:587: Row 1 did not match. Expected: |*:sign | |*define place | |*jump undefine | |*list unplace | |*:sign ^ | Actual: |*0: !terminal | |* | |*^ | |*~ | |* | stack traceback: test\functional\ui\screen.lua:587: in function '_wait' test\functional\ui\screen.lua:370: in function 'expect' test/functional\ui\wildmode_spec.lua:22: in function 'expect_stay_unchanged' test/functional\ui\wildmode_spec.lua:103: in function <test/functional\ui\wildmode_spec.lua:84>
This commit is contained in:
@ -98,8 +98,8 @@ describe("'wildmenu'", function()
|
||||
]]}
|
||||
|
||||
-- cmdline CTRL-D display should also be preserved.
|
||||
feed([[<C-\><C-N>]])
|
||||
feed([[:sign <C-D>]]) -- Invoke cmdline CTRL-D.
|
||||
feed([[<C-U>]])
|
||||
feed([[sign <C-D>]]) -- Invoke cmdline CTRL-D.
|
||||
expect_stay_unchanged{grid=[[
|
||||
:sign |
|
||||
define place |
|
||||
|
Reference in New Issue
Block a user