Skip to content

Commit

Permalink
firefox_nss: fixes on older SLES.
Browse files Browse the repository at this point in the history
poo#125705
  • Loading branch information
paolostivanin committed Apr 3, 2023
1 parent e9921f3 commit 12108ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/fips/mozilla_nss/firefox_nss.pm
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ sub run {

firefox_crashreporter;
}

if (check_screen("firefox-password-required-prompt")) {
type_string($fips_strong_password, timeout => 10, max_interval => 30);
send_key "ret";
}

assert_screen("firefox-url-loaded", $waittime);

# Firefox Preferences
Expand Down

0 comments on commit 12108ec

Please sign in to comment.