From 2fecb704689bf3175a343229cadf92156488016c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 2 Mar 2023 14:39:00 -0800 Subject: [PATCH] zezere: tweak for web UI change The runrequest list is just a normal dropdown menu now, so we can just click the thing we want. Signed-off-by: Adam Williamson --- tests/_iot_zezere_remote.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_iot_zezere_remote.pm b/tests/_iot_zezere_remote.pm index 00b4dc58..0a9800c3 100644 --- a/tests/_iot_zezere_remote.pm +++ b/tests/_iot_zezere_remote.pm @@ -40,7 +40,7 @@ sub run { assert_and_click "zezere_device_management"; assert_and_click "zezere_submit_provision"; assert_and_click "zezere_provision_menu"; - send_key_until_needlematch("zezere_provision_installed", "down", 3, 3); + assert_and_click "zezere_provision_installed"; assert_and_click "zezere_provision_schedule"; # exit quit_firefox;