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

Fix the routine.

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

View File

@ -36,10 +36,11 @@ sub run {
desktop_login($login, $password);
# Run Terminal to be able to issue commands
menu_launch_type("gnome-terminal");
wait_still_screen(3);
# Use gsettings to enable prerelease versions to be shown
type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
type_safely("gsettings set org.gnome.software show-upgrade-prerelease true\n");
sleep 2;
type_string("exit\n");
type_safely("exit\n");
}
# switch to TTY3 for both, graphical and console tests