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 over 1 year 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 leli over 1 year ago
This seems the refreshment issue, we can use this ticket to track it and fix it when this happed again with the existing workaround.
Updated by JERiveraMoya over 1 year 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.