From 49a83b26a7966880c3cc1b4c48366e7d0a066961 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 18 Nov 2020 12:23:53 -0800 Subject: [PATCH] desktop_terminal: assert we actually see terminal app ...Apparently a wait_still_screen 5 isn't always enough on aarch64: https://openqa.stg.fedoraproject.org/tests/963387#step/desktop_terminal/2 so, this. Note that konsole_runs has apps_run_terminal tag, so this won't break the test on KDE. Signed-off-by: Adam Williamson --- tests/desktop_terminal.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/desktop_terminal.pm b/tests/desktop_terminal.pm index 989479b3..4ce242b6 100644 --- a/tests/desktop_terminal.pm +++ b/tests/desktop_terminal.pm @@ -7,6 +7,7 @@ sub run { my $self=shift; check_desktop; menu_launch_type('terminal'); + assert_screen "apps_run_terminal"; wait_still_screen 5; # need to be root my $rootpass = get_var("ROOT_PASSWORD", "weakpassword");