From bf7d6d014998eef9f948728cf03278236506ec09 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 21 Oct 2019 10:56:31 -0700 Subject: [PATCH] Wait out animation in 'no user' 'not GNOME' flow See https://openqa.fedoraproject.org/tests/473215 - it failed because we tried to click FINISH CONFIGURATION while it was still animating downwards. Signed-off-by: Adam Williamson --- tests/_graphical_wait_login.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 1eb23b27..4841ca9c 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -21,6 +21,8 @@ sub run { } else { anaconda_create_user(timeout=>$wait_time); + # wait out animation + wait_still_screen 3; assert_and_click "initialsetup_finish_configuration"; set_var("_setup_done", 1); }