iot_zezere_remote: add a safety wait after adding ssh key

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-14 08:32:25 -07:00
parent 41f2adaf46
commit 4ee74a0bca
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ sub run {
type_string "$sshpub";
send_key "tab";
send_key "ret";
wait_still_screen 3;
# claim the device
assert_and_click "zezere_claim_unowned";
assert_and_click "zezere_claim_button";