From 07007c7254da732b366316b7bc0b0caf2697209d Mon Sep 17 00:00:00 2001 From: Sofia Syrianidou Date: Thu, 14 Dec 2023 15:07:14 +0100 Subject: [PATCH] Add workaround for bug#1158557 in disable_grub_timeout --- tests/installation/disable_grub_timeout.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/installation/disable_grub_timeout.pm b/tests/installation/disable_grub_timeout.pm index d30c4a9c54a8..e6020e0416d7 100644 --- a/tests/installation/disable_grub_timeout.pm +++ b/tests/installation/disable_grub_timeout.pm @@ -50,6 +50,12 @@ sub run { return; } } + + # Workaround for bug#1158557 + if (check_screen('inst-bootloader-unknown-udev-device')) { + send_key 'ret'; + } + assert_screen([qw(inst-bootloader-settings inst-bootloader-settings-first_tab_highlighted)]); # Depending on an optional button "release notes" we need to press "tab" # to go to the first tab