1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 12:34:32 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Lukas Ruzicka
4233d6cc7c Create a test for KDE KCalc. 2024-11-13 16:44:19 +01:00

View File

@ -33,7 +33,7 @@ sub run {
# ctrl-alt-f2 # ctrl-alt-f2
select_console "tty2-console"; select_console "tty2-console";
# Sometimes, we can see an authentication dialogue which # Sometimes, we can see an authentication dialogue which
# prevents the test from continuing. Authenticate, # prevents the test from continuing. Authenticate,
# if that is the case. # if that is the case.
my $pass = get_var("USER_PASSWORD", "weakpassword"); my $pass = get_var("USER_PASSWORD", "weakpassword");
if (check_screen("auth_required", timeout => 30)) { if (check_screen("auth_required", timeout => 30)) {