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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-10-21 10:56:31 -07:00
parent b12c529e34
commit bf7d6d0149
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}