Project

General

Profile

action #122224

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 The module yast2_lan_restart_vlan fails when it tries to select vlan0 using needles, as the order of the devices seems to be different than it used to be.The test is expecting vlan0 to be last, so arrows go only downwards, but the device appears first and cannot get highlighted in order for the needle to get matched. We should check if the appearance of the devices shows as expected and modify the test module to be able to select vlan0 even if it doesn't appear last. 

 See needles: 
 https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=yast2_gui&version=15-SP5#step/yast2_lan_restart_vlan/32 
 and  
 https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=yast2_gui&version=15-SP5#step/yast2_lan_restart_vlan/44 

 It looks like the order is changing while the test tries to get a needle match 

 #### Acceptance criteria 
 **AC1**: Ensure selection is performed properly in yast2_lan_restart_vlan

Back