mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
7233433f65
commit
a00eb23c27
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user