From b9125b970240744de2bed9ee464d7fa28ad2eaeb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 17 Jun 2024 09:01:44 -0700 Subject: [PATCH] Use doublek workaround on desktop_terminal too Signed-off-by: Adam Williamson --- tests/desktop_terminal.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/desktop_terminal.pm b/tests/desktop_terminal.pm index 79787608..c8fc5e5c 100644 --- a/tests/desktop_terminal.pm +++ b/tests/desktop_terminal.pm @@ -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);