action #169906
Updated by leli 7 days ago
#### Motivation
[Failed job](https://openqa.suse.de/tests/15927962#step/yast2_security/13)
This is a sporadic issue, it seems sometimes the 'Further authentication' dialog 'desktop-runner-border' 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:
1. check whether a timing issue, increase match_timeout timeout value to wait more time.
Line:31, tests/sle/tests/yast2_gui/yast2_security.pm it.
```
y2_module_guitest::launch_yast2_module_x11("security", match_timeout => 120, apply_workaround => is_sle('>=15-SP4') ? 1 : 0);
```
2. 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:** Check Investigate why dialog 'Password needed' hasn't popup in time. sometimes can't assert tag of 'desktop-runner-border'.
Back