commit 4948fa42efb90333a3b5738fd943b75f35415a7b
parent 7ab003ec790b34803d64e10e4eb463e585d599d0
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 10 Feb 2024 12:57:40 +0800
test(ui/mouse_spec): make sure click is processed (#27412)
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua
@@ -188,6 +188,9 @@ describe('ui/mouse/input', function()
|
]])
feed('<LeftMouse><11,0>')
+ -- Prevent the case where screen:expect() with "unchanged" returns too early,
+ -- causing the click position to be overwritten by the next drag.
+ poke_eventloop()
screen:expect {
grid = [[
{tab: + foo }{sel: + bar }{fill: }{tab:X}|
@@ -282,6 +285,9 @@ describe('ui/mouse/input', function()
|
]])
feed('<LeftMouse><11,0>')
+ -- Prevent the case where screen:expect() with "unchanged" returns too early,
+ -- causing the click position to be overwritten by the next drag.
+ poke_eventloop()
screen:expect {
grid = [[
{tab: + foo }{sel: + bar }{fill: }{tab:X}|