1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

Fix aaa_setup as requested in review.

This commit is contained in:
Lukas Ruzicka 2024-11-15 13:44:39 +01:00
parent 8abf76f5ba
commit 3e436d3009

View File

@ -4,11 +4,12 @@ use testapi;
use utils; use utils;
# This script starts the KCalc application # This script starts the KCalc application
# and saves the milestone for the consequtive # and saves the milestone for the following
# tests. # tests.
sub run { sub run {
my $self = shift; my $self = shift;
kde_doublek_workaround();
# Run the application # Run the application
menu_launch_type("kcalc"); menu_launch_type("kcalc");
assert_screen("kcalc_runs"); assert_screen("kcalc_runs");