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:
parent
7cdce4c252
commit
c54e42fbe5
@ -36,10 +36,11 @@ sub run {
|
|||||||
desktop_login($login, $password);
|
desktop_login($login, $password);
|
||||||
# Run Terminal to be able to issue commands
|
# Run Terminal to be able to issue commands
|
||||||
menu_launch_type("gnome-terminal");
|
menu_launch_type("gnome-terminal");
|
||||||
|
wait_still_screen(3);
|
||||||
# Use gsettings to enable prerelease versions to be shown
|
# 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;
|
sleep 2;
|
||||||
type_string("exit\n");
|
type_safely("exit\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
# switch to TTY3 for both, graphical and console tests
|
# switch to TTY3 for both, graphical and console tests
|
||||||
|
Loading…
Reference in New Issue
Block a user