From a2ecf4bc0ccdf627393edc2b5686b279d5178a99 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 28 Nov 2024 13:45:01 -0800 Subject: [PATCH] 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 --- tests/applications/clocks/timer.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/applications/clocks/timer.pm b/tests/applications/clocks/timer.pm index 867441f9..f29f10c1 100644 --- a/tests/applications/clocks/timer.pm +++ b/tests/applications/clocks/timer.pm @@ -14,12 +14,6 @@ sub run { # Add a new alarm using the one minute button assert_screen("clocks_timer_page"); 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); assert_and_click("clocks_button_timer_pause"); assert_screen("clocks_timer_paused");