Have kickstart tests handle RHBZ#1618928 too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-08-19 10:03:27 -04:00
parent 6a1505a175
commit bdd26a09ee
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sub run {
# wait for the bootloader *here* - in a test that inherits from
# anacondatest - so that if something goes wrong during install,
# we get anaconda logs
assert_screen "bootloader", 1800;
assert_screen ["bootloader", "grub_error_page"], 1800;
}
else {
if (get_var("ANACONDA_TEXT")) {