1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-13 10:24:20 +00:00

Update upgrade test to match new conditions.

This commit is contained in:
Lukas Ruzicka 2018-06-29 11:43:41 +02:00
parent ca87523a5c
commit 77922ceac6

View File

@ -8,15 +8,6 @@ sub run {
my $self = shift;
my $desktop = get_var('DESKTOP');
#desktop_vt;
# login onto the system
assert_screen "graphical_login";
send_key "ret";
assert_screen "graphical_login_input";
my $password = get_var("USER_PASSWORD", "weakpassword");
type_very_safely $password;
send_key "ret";
# this launches GNOME Software on GNOME, dunno for any other
# desktop yet