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.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1447>
This commit is contained in:
Peter Hutterer 2026-03-16 15:05:05 +10:00 committed by Marge Bot
parent f97d0e6db1
commit 1486c7ae17

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);