Use doublek workaround on desktop_terminal too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-06-17 09:01:44 -07:00
parent 943c4193d3
commit b9125b9702
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ sub run {
my $self = shift;
my $relnum = get_release_number;
check_desktop;
# try and avoid double-typing issues
kde_doublek_workaround;
menu_launch_type('terminal');
assert_screen "apps_run_terminal";
wait_still_screen(stilltime => 5, similarity_level => 42);