From 594457dff0da56bfbdc73713e533af86831807e7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 30 Mar 2023 09:28:40 -0700 Subject: [PATCH] Contacts test: wait before maximizing Try and make sure maximize actually works - wait for still screen after hitting Done and before trying to maximize. Signed-off-by: Adam Williamson --- tests/applications/contacts/aaa_setup.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/applications/contacts/aaa_setup.pm b/tests/applications/contacts/aaa_setup.pm index ceaf7c32..cc07648f 100644 --- a/tests/applications/contacts/aaa_setup.pm +++ b/tests/applications/contacts/aaa_setup.pm @@ -23,6 +23,7 @@ sub run { # Select Local addressbook and confirm. assert_and_click("contacts_select_local_addressbook"); assert_and_click("gnome_button_done"); + wait_still_screen(2); # Make it fill the entire window. send_key("super-up");