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

Make a manual login.

This commit is contained in:
Lukáš Růžička 2021-12-02 11:51:21 +01:00
parent 2761e6c4a5
commit 2288bec929

View File

@ -36,7 +36,9 @@ sub run {
send_key("ctrl-alt-f3");
wait_still_screen(2);
#console_login($login, $password);
console_login("test", "weakpassword");
type_string("$login\n");
sleep 2;
type_string("$password\n");
# Use gsettings to enable prerelease versions to be shown
assert_script_run("gsettings set org.gnome.software show-upgrade-prerelease true");
script_run("logout");