mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Re-confirm passphrase when working around #1444225
When we hit #1444225, as well as hitting Done a second time, we have to confirm the passphrase again to work around it.
This commit is contained in:
parent
81ebcd882c
commit
a7a6219276
@ -16,6 +16,8 @@ sub run {
|
||||
assert_and_click "anaconda_main_hub_install_destination";
|
||||
wait_still_screen 2;
|
||||
assert_and_click "anaconda_spoke_done";
|
||||
# if this is an encrypted install, re-confirm passphrase
|
||||
assert_and_click "anaconda_install_destination_save_passphrase" if (get_var("ENCRYPT_PASSWORD"));
|
||||
}
|
||||
}
|
||||
# Sometimes, the 'slide in from the top' animation messes with
|
||||
|
Loading…
Reference in New Issue
Block a user