From 3e436d300974a9928a923d1247aef1f2558d527d Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Fri, 15 Nov 2024 13:44:39 +0100 Subject: [PATCH] Fix aaa_setup as requested in review. --- tests/applications/kcalc/aaa_setup.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/applications/kcalc/aaa_setup.pm b/tests/applications/kcalc/aaa_setup.pm index 8001092e..30a79eab 100644 --- a/tests/applications/kcalc/aaa_setup.pm +++ b/tests/applications/kcalc/aaa_setup.pm @@ -4,11 +4,12 @@ use testapi; use utils; # This script starts the KCalc application -# and saves the milestone for the consequtive +# and saves the milestone for the following # tests. sub run { my $self = shift; + kde_doublek_workaround(); # Run the application menu_launch_type("kcalc"); assert_screen("kcalc_runs");