Use handle_welcome_screen to clean the Tour

This commit is contained in:
Lukáš Růžička 2026-04-21 13:19:43 +02:00
commit 545de3a53a

View file

@ -136,11 +136,7 @@ sub run {
# When we have reached the final screen
assert_and_click("gis_button_start_fedora");
# When we have reached the system, dismiss the tour
assert_screen("getting_started");
send_key("ret");
wait_still_screen(3);
# System starts with Activities mode, end it
send_key("esc");
handle_welcome_screen();
}
sub test_flags {