Add more safety to the fullscreen for Archiver

We can't really just hit super-up and then immediately go on our
merry way clicking on stuff...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-07-04 17:25:52 -07:00
parent 2f709ed28e
commit d8c374044a
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ sub run {
# Check it has started
assert_screen 'apps_run_files';
# Fullsize the window.
send_key("super-up");
wait_screen_change { send_key("super-up"); };
wait_still_screen 3;
# Open the Documents directory
assert_and_click("gnome_open_location_documents");