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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-18 12:23:53 -08:00
parent 16313bd80e
commit 49a83b26a7
1 changed files with 1 additions and 0 deletions

View File

@ -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");