From a7a6219276b0b10f499f80ca67ebe4d26d2daae7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 26 Jul 2017 15:05:55 -0700 Subject: [PATCH] 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. --- tests/_do_install_and_reboot.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 46de8291..038501fc 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -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