Project

General

Profile

action #46679

Updated by riafarov about 5 years ago

Currently, 'yast2_hostnames' test uses several 'wait_still_screen 1;', that actually wait for 30 seconds each time, because the cursor is blinking with interval which is faster than 1 sec, so that test assumes that screen is changing every time. 

 Find a proper solution to avoid that 30 sec waiting, but at the same time do not reduce the stability of the test. 

 ## Acceptance criteria 
 1. Test doesn't wait when is not required 

 ## Suggestions: Possible solutions: 
 1. Remove these waits at all, but then ensure that the test is not started sporadically failing; 
 OR 
 2. Find proper similarity_level to not count cursor blinking as screen change, but text entering should still be counted as screen change; 
 OR 
 3. Find another from 'wait_still_screen' solution.

Back