mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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:
parent
2f709ed28e
commit
d8c374044a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user