mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
desktop_login: get rid of KDE welcome tour
The KDE welcome tour is getting in the way of the desktop login test. Try getting rid of it after logging in. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
461e211618
commit
1ecbd28f82
@ -87,6 +87,9 @@ sub login_user {
|
|||||||
type_very_safely "$password\n";
|
type_very_safely "$password\n";
|
||||||
check_desktop(timeout => 60) if ($args{checklogin});
|
check_desktop(timeout => 60) if ($args{checklogin});
|
||||||
wait_still_screen(stilltime => 5, similarity_level => 45);
|
wait_still_screen(stilltime => 5, similarity_level => 45);
|
||||||
|
if ($desktop eq "kde") {
|
||||||
|
click_lastmatch if (check_screen "getting_started");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check_user_logged_in {
|
sub check_user_logged_in {
|
||||||
|
Loading…
Reference in New Issue
Block a user