Actions
action #169906
opencoordination #169657: [epic] Handle test fixes and adjustments
Ensure dialog 'Password needed' is reached
Status:
Workable
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2024-11-14
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
Failed job
This is a sporadic issue, it seems sometimes the 'Password needed' dialog hasn't popup. On passed job it will popup like this https://openqa.suse.de/tests/15938465#step/yast2_security/12.
Some suggestions for this:
check whether a timing issue, increase match_timeout value to wait more time.
Line:31, tests/sle/tests/yast2_gui/yast2_security.pmy2_module_guitest::launch_yast2_module_x11("security", match_timeout => 120, apply_workaround => is_sle('>=15-SP4') ? 1 : 0);
manual check the status would be helpful(on local env or on openQA and stop at the module of yast2_security, both ok)
Acceptance criteria¶
AC1:: Ensure dialog 'Password needed' is reached.
Actions