1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-12 14:23:09 +00:00

F39 EOL cleanup: drop a bit from clocks/timer.pm

This was only needed on F39 and earlier, as the comment says.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-11-28 13:45:01 -08:00
parent 160ba54371
commit a2ecf4bc0c

View File

@ -14,12 +14,6 @@ sub run {
# Add a new alarm using the one minute button # Add a new alarm using the one minute button
assert_screen("clocks_timer_page"); assert_screen("clocks_timer_page");
assert_and_click("clocks_button_timer_minute"); assert_and_click("clocks_button_timer_minute");
# since GNOME 46, that was a 'quickstart', on older GNOME we
# have to hit start; remove this when no more F39 testing
if (check_screen("clocks_button_timer_start", 5)) {
wait_still_screen(2);
click_lastmatch;
}
sleep(10); sleep(10);
assert_and_click("clocks_button_timer_pause"); assert_and_click("clocks_button_timer_pause");
assert_screen("clocks_timer_paused"); assert_screen("clocks_timer_paused");