From bc738149ecabf25d19e211e01b4f376c58a3c331 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Jul 2021 12:22:04 -0700 Subject: [PATCH] Try to robustify anaconda_help transition a bit Wait for a change when clicking the done button in root password screen (anaconda can pause for a long time there). Signed-off-by: Adam Williamson --- tests/anaconda_help.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index a430dba5..2ca0df74 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -55,7 +55,7 @@ sub run { type_safely "weakrootpassword"; send_key "tab"; type_safely "weakrootpassword"; - assert_and_click "anaconda_spoke_done"; + wait_screen_change { assert_and_click "anaconda_spoke_done"; }; } # Begin installation after waiting out animation wait_still_screen 5;