Commit 1d3465e1 authored by OPNA2608's avatar OPNA2608
Browse files

nixosTests.lomiri-calendar-app: Fix test

We're trying to click a button that's at the bottom of the window. When IceWM's bar was removed, the button moved further down.

Adjust mouse coordinates accordingly.
parent 104a2a77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
        machine.sleep(2)

        # Still on main page
        machine.succeed("xdotool mousemove 500 720 click 1")
        machine.succeed("xdotool mousemove 500 740 click 1")
        machine.sleep(2)
        machine.wait_for_text(r"(Date|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday|All day|Name|Details|More)")
        machine.screenshot("lomiri-calendar_newevent")