test: change where our finger ends up before releasing

No effect on the test right now but on some small test touchpads
this is close enough to the edge to mess with future tests.
This commit is contained in:
Peter Hutterer 2026-03-16 15:05:05 +10:00
parent 20178bce0d
commit ea3c247e66

View file

@ -1123,7 +1123,7 @@ START_TEST(touchpad_tap_n_drag)
break;
}
litest_touch_down(dev, 0, 50, 50);
litest_touch_move_to(dev, 0, 50, 50, 80, 80, 20);
litest_touch_move_to(dev, 0, 50, 50, 70, 70, 20);
litest_dispatch(li);