mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13: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');
|
assert_and_click("archiver_file_one", button => 'right');
|
||||||
# Select to archive it.
|
# Select to archive it.
|
||||||
assert_and_click("archiver_context_archive");
|
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 the name for the archive
|
||||||
type_very_safely("archived_files");
|
type_very_safely("archived_files");
|
||||||
# Open the selection of formats.
|
# Open the selection of formats.
|
||||||
|
Loading…
Reference in New Issue
Block a user