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:
parent
4962f9c628
commit
108fb457c6
@ -25,6 +25,8 @@ sub run {
|
|||||||
type_string "admin";
|
type_string "admin";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_string "weakpassword\n";
|
type_string "weakpassword\n";
|
||||||
|
# allow for UI to stabilize
|
||||||
|
wait_still_screen 10;
|
||||||
# add our ssh key
|
# add our ssh key
|
||||||
assert_and_click "zezere_ssh_key";
|
assert_and_click "zezere_ssh_key";
|
||||||
assert_and_click "zezere_ssh_key_contents";
|
assert_and_click "zezere_ssh_key_contents";
|
||||||
|
Loading…
Reference in New Issue
Block a user