diff --git a/tests/desktop_login.pm b/tests/desktop_login.pm index 2921bf40..2a5ef3f0 100644 --- a/tests/desktop_login.pm +++ b/tests/desktop_login.pm @@ -243,8 +243,6 @@ sub run { # Log in with the first user account. login_user(user=>"jack", password=>$jackpass); - # give it a few seconds to settle before we launch stuff - wait_still_screen 5; # Because some of the desktop candiness is based on semi-transparent items that change colours # with every background change, we want to get rid of the background and make it a solid color. solidify_wallpaper; @@ -261,8 +259,6 @@ sub run { # If not, we are in KDE and we will log in normally. login_user(user=>"jim", password=>$jimpass); } - # give it a few seconds to settle before we launch stuff - wait_still_screen 5; # The backgrounds must be solid for both newly created users to take effect in the login session. solidify_wallpaper; check_user_logged_in("jim");