Skip to content

Commit 0c67b5a

Browse files
committed
Try to make mouse test in 'mini.pick' work locally on Nightly and in CI.
1 parent bc89a1c commit 0c67b5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_pick.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -4752,8 +4752,6 @@ end
47524752
T['Key query process'] = new_set()
47534753

47544754
T['Key query process']['respects mouse click'] = function()
4755-
helpers.skip_in_ci('Can not make this work consistently in CI.')
4756-
47574755
child.set_size(10, 15)
47584756

47594757
-- Should ignore if inside main window
@@ -4779,6 +4777,7 @@ T['Key query process']['respects mouse click'] = function()
47794777
-- Should stop picker if outside of main window
47804778
local validate_press_outside = function(button, row, col)
47814779
start_with_items({ 'a' })
4780+
sleep(10)
47824781
child.api.nvim_input_mouse(button, 'press', '', 0, row, col)
47834782
sleep(10)
47844783
eq(is_picker_active(), false)

0 commit comments

Comments
 (0)