Actions
action #20640
closed[opensuse][functional] Improve yast2_http tests
Start date:
2017-05-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
For leap yast ui tests are extremely unstable: https://openqa.opensuse.org/tests/overview?distri=opensuse&version=42.3&build=0329&groupid=39
Even though same test module may fail or may not fail. Some of them have better chances to pass.
In yast2_http test we have a lot of unreliable part of code where we press keys, but do not verify it was done in right point of time or had expected effect before pressing next key.
This is common issue which makes tests unreliable. On top of that we have some interference from underlying services, like kernel messages distorting ncurses gui.
Task aims improvement of key presses, that we follow the flow and not just do 10 key presses and assert resulting screen.
Actions