Skip to content

Commit

Permalink
Apply workaround yast2_security due to graphical glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
JRivrain committed May 10, 2023
1 parent fc235f1 commit d973e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/yast2_gui/yast2_security.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sub run {
y2_module_guitest::launch_yast2_module_x11("security", match_timeout => 120);
apply_workaround_poo124652('yast2_security-login-settings') if (is_sle('>=15-SP4'));
assert_and_click "yast2_security-login-settings";
assert_screen "yast2_security-login-attempts";
apply_workaround_poo124652("yast2_security-login-attempts") if (is_sle('>=15-SP4'));
# set file permissions to 'secure'
assert_and_click "yast2_security-misc-settings";
send_key "alt-f";
Expand Down

0 comments on commit d973e57

Please sign in to comment.