Skip to content

Commit

Permalink
Add workaround for bug#1158557 in disable_grub_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiasyria committed Dec 14, 2023
1 parent cfe53df commit 07007c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/installation/disable_grub_timeout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07007c7

Please sign in to comment.