diff --git a/tests/remote_desktop_freerdp.pm b/tests/remote_desktop_freerdp.pm index 95fff3f6..673f138e 100644 --- a/tests/remote_desktop_freerdp.pm +++ b/tests/remote_desktop_freerdp.pm @@ -34,7 +34,7 @@ sub run { assert_screen("connection_window"); # Log onto the system. - assert_and_check("connection_login_screen"); + assert_and_click("connection_login_screen"); sleep(2); type_very_safely("$password\n"); wait_still_screen(2);