Skip to content

Commit

Permalink
Merge pull request #16064 from paolostivanin/fixnokogiri
Browse files Browse the repository at this point in the history
security/yast2_users/add_users.pm: fix issue introduced with #16059
  • Loading branch information
paolostivanin committed Dec 8, 2022
2 parents 75920df + de11d35 commit 2105631
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/security/yast2_users/add_users.pm
Expand Up @@ -74,11 +74,14 @@ sub run {
# If no, check the user was created successfully
assert_screen("Yast2-Users-Add-User-Created");
wait_screen_change { send_key "alt-o" };

# Until bsc#1202053 is fixed, we need to send "enter" a couple of times before we can clear the console
send_key "ret";
send_key "ret";
if (check_screen("yast2-user-add_xterm_nokogiri", 3)) {
record_soft_failure("bsc#1202053 - Nokogiri was built against LibXML version X, but has dynamically loaded Y");
send_key "ret";
send_key "ret";
}

# Enhence code for stability: avoid time racing
clear_console;
assert_screen("root-console-x11");

Expand Down

0 comments on commit 2105631

Please sign in to comment.