mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
637e9e4cfe
commit
594457dff0
@ -23,6 +23,7 @@ sub run {
|
|||||||
# Select Local addressbook and confirm.
|
# Select Local addressbook and confirm.
|
||||||
assert_and_click("contacts_select_local_addressbook");
|
assert_and_click("contacts_select_local_addressbook");
|
||||||
assert_and_click("gnome_button_done");
|
assert_and_click("gnome_button_done");
|
||||||
|
wait_still_screen(2);
|
||||||
|
|
||||||
# Make it fill the entire window.
|
# Make it fill the entire window.
|
||||||
send_key("super-up");
|
send_key("super-up");
|
||||||
|
Loading…
Reference in New Issue
Block a user