1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-10 19:05:43 +00:00

Make a manual login.

This commit is contained in:
Lukáš Růžička 2021-12-02 12:05:27 +01:00
parent cc3df08e1b
commit 817e1f83c8

View File

@ -41,8 +41,9 @@ sub run {
type_string("$password\n"); type_string("$password\n");
sleep 3; sleep 3;
# Use gsettings to enable prerelease versions to be shown # Use gsettings to enable prerelease versions to be shown
script_run("gsettings set org.gnome.software show-upgrade-prerelease true"); type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
script_run("logout"); sleep 2;
type_string("logout\n");
} }
# switch to TTY3 for both, graphical and console tests # switch to TTY3 for both, graphical and console tests