mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
archive: be safer about the 'archive' dialog appearing
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
caa4353fe0
commit
98513a0185
@ -16,6 +16,9 @@ sub run {
|
||||
assert_and_click("archiver_file_one", button => 'right');
|
||||
# Select to archive it.
|
||||
assert_and_click("archiver_context_archive");
|
||||
# Wait for the screen to appear and settle
|
||||
assert_screen("archiver_format_selector");
|
||||
wait_still_screen 2;
|
||||
# Type the name for the archive
|
||||
type_very_safely("archived_files");
|
||||
# Open the selection of formats.
|
||||
|
Loading…
Reference in New Issue
Block a user