1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-09 18:35:44 +00:00

Fix the routine.

This commit is contained in:
Lukáš Růžička 2021-12-02 13:04:33 +01:00
parent c46c3e5bb4
commit 7cdce4c252

View File

@ -1497,6 +1497,8 @@ sub desktop_login {
# ...from GNOME 40 on, we just get a "Welcome" tour # ...from GNOME 40 on, we just get a "Welcome" tour
handle_welcome_screen unless (get_var("_welcome_done")); handle_welcome_screen unless (get_var("_welcome_done"));
} }
# Come away from the Activities page
send_key("esc");
} }