Project

General

Profile

action #47039

Updated by SLindoMansilla over 4 years ago

## Observation 

 openQA test in scenario opensuse-15.1-NET-x86_64-xfce@64bit-2G fails in 
 [vlc](https://openqa.opensuse.org/tests/844086/modules/vlc/steps/17) 
 to press the 'ret' key after detecting the correctly typed launch string, the test wastes 30s waiting and then continues by retyping and succeeding. 
 The `match_typed` parameter was introduced with #25972 and we seem to use it correctly but simply because we do not match the needle the test wastes time and we do not realize 

 ## Acceptance criteria 
 * **AC1:** No obvious time waste can occur without us noticing 

 ## Task 

 - Remove the arguments **target_match** and **match_typed** 

 ## Suggestions 
 Because we do not actually rely on the needle with tag `target_match_vlc` the test passes but we waste time. Either we get rid of the `match_typed` behaviour again or we ensure that we match the `target_match_vlc` needle in the end before continuing and fail otherwise. 

 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?flavor=NET&version=15.1&distri=opensuse&arch=x86_64&machine=64bit-2G&test=xfce) 

Back