Try to stabilize Zezere remote test with a wait_still_screen

Saw a failure where Firefox UI had not fully loaded yet so the
click area changed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-04-08 12:28:17 -07:00
parent 4962f9c628
commit 108fb457c6
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ sub run {
type_string "admin";
send_key "tab";
type_string "weakpassword\n";
# allow for UI to stabilize
wait_still_screen 10;
# add our ssh key
assert_and_click "zezere_ssh_key";
assert_and_click "zezere_ssh_key_contents";