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:
Adam Williamson 2024-02-16 17:22:22 -08:00
parent e4a8dc4047
commit 106a63f101
1 changed files with 2 additions and 0 deletions

View File

@ -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.