Revert "zezere: tweak for web UI change"

This reverts commit 2fecb70468.
Sadly, clicking on the right menu entry...doesn't work. Let's
try going back to the old way, but add an 'enter' press once
the entry we want is selected.
This commit is contained in:
Adam Williamson 2023-03-02 15:00:31 -08:00
parent 2fecb70468
commit 282ecb6c32
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ sub run {
assert_and_click "zezere_device_management";
assert_and_click "zezere_submit_provision";
assert_and_click "zezere_provision_menu";
assert_and_click "zezere_provision_installed";
send_key_until_needlematch("zezere_provision_installed", "down", 3, 3);
send_key "ret";
assert_and_click "zezere_provision_schedule";
# exit
quit_firefox;