mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 18:24:24 +00:00
Make the test return to graphics.
This commit is contained in:
parent
abd22b996e
commit
9657ca9ebe
@ -39,6 +39,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert_and_click 'desktop_package_tool_update';
|
assert_and_click 'desktop_package_tool_update';
|
||||||
|
# sometimes, refreshing does not work when clicked too soon
|
||||||
sleep 20;
|
sleep 20;
|
||||||
# if this is KDE and it had already noticed the notification, we
|
# if this is KDE and it had already noticed the notification, we
|
||||||
# will already have the apply button at this point
|
# will already have the apply button at this point
|
||||||
|
@ -8,6 +8,8 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $desktop = get_var('DESKTOP');
|
my $desktop = get_var('DESKTOP');
|
||||||
|
|
||||||
|
desktop_vt;
|
||||||
|
|
||||||
# login onto the system
|
# login onto the system
|
||||||
assert_screen "graphical_login";
|
assert_screen "graphical_login";
|
||||||
send_key "ret";
|
send_key "ret";
|
||||||
|
Loading…
Reference in New Issue
Block a user