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