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

Compare commits

..

2 Commits

Author SHA1 Message Date
Lukas Ruzicka
c76cbeea30 Create a test for KDE KCalc. 2024-11-14 13:01:48 +01:00
Lukas Ruzicka
2ce74f3e0b Tidy script. 2024-11-14 13:01:39 +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)) {