mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Maps: try and be a bit safer with the export screen
It seems like the export screen takes a while to appear on 40 and Rawhide ATM, and we might start typing before it's there. Let's assert it's actually there before we start doing stuff. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e4a8dc4047
commit
106a63f101
@ -12,6 +12,8 @@ sub run {
|
||||
# Go to menu and click on Export.
|
||||
assert_and_click("gnome_burger_menu");
|
||||
assert_and_click("maps_menu_export");
|
||||
# wait for the export screen to appear and settle
|
||||
assert_screen("maps_button_export");
|
||||
wait_still_screen(2);
|
||||
|
||||
# Rename the file and export it.
|
||||
|
Loading…
Reference in New Issue
Block a user