From 108fb457c6d5e4ba007997bb0f500bd96a1b6f75 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 8 Apr 2021 12:28:17 -0700 Subject: [PATCH] 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 --- tests/_iot_zezere_remote.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_iot_zezere_remote.pm b/tests/_iot_zezere_remote.pm index bbc3caf3..7c32142b 100644 --- a/tests/_iot_zezere_remote.pm +++ b/tests/_iot_zezere_remote.pm @@ -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";