From 734c75fb236b2a2b4c2f64600ae4130987f13cb1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 21 Oct 2022 09:04:32 -0700 Subject: [PATCH] _advisory_update: add a wait_still_screen too... Signed-off-by: Adam Williamson --- tests/_advisory_update.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/_advisory_update.pm b/tests/_advisory_update.pm index 0300685b..98de8ad4 100644 --- a/tests/_advisory_update.pm +++ b/tests/_advisory_update.pm @@ -14,6 +14,7 @@ sub run { # https://bugzilla.redhat.com/show_bug.cgi?id=2133829 script_run "systemctl isolate multi-user.target"; # switch back to our tty if that kicked us to tty1 + wait_still_screen 3; $self->root_console(tty => 3); repo_setup; if (get_var("ADVISORY_BOOT_TEST")) {