action #129268
closedNeed workaround to get expected needle 'yast2-network-settings_overview_network-card-setup_dynamic-add'
0%
Description
The failed case:
https://openqa.suse.de/tests/11130707#step/yast2_network_settings/24
Need workaround to get expected needle 'yast2-network-settings_overview_network-card-setup_dynamic-add'
Updated by tinawang123 7 months ago
Related ticket: poo#124652 - gtk glitch not showing dialog window decoration on openQA
Related code:
assert_screen 'yast2-network-settings_overview_network-card-setup';
send_key $cmd{dynamic_address};
After matched the needle: 'yast2-network-settings_overview_network-card-setup'.
We need confirm the screen switched to new one: 'yast2-network-settings_overview_network-card-setup_dynamic-add'
then send key $cmd{dynamic_address};
Updated by JERiveraMoya 6 months ago
- Status changed from New to Rejected
looks like the retry of the workaround didn't work, let's reject this ticket and depending how bad is the situation in SP6 we can consider to move more test module to use libyui-rest-api.