action #109100
Updated by JERiveraMoya over 2 years ago
### Motivation
openQA test in scenario sle-15-SP4-Online-x86_64-sles+sdk+proxy_SCC_via_YaST@64bit fails in
[addon_products_via_SCC_yast2](https://openqa.suse.de/tests/8418627/modules/addon_products_via_SCC_yast2/steps/33)
and we already have a workaround available to be able to see the right screen. Notice the title "Registration" is correct but not the whole content of the screen.
### Acceptance criteria
**AC1**: Apply workaround for bsc#1191112 in this test suite.
#### Suggestion
Use workaround in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14342
#### Observation
Contributors are piling up conditions as usual:
`if (is_sle('15-SP4+') && (get_var('VIDEOMODE', '') !~ /text|ssh-x/) && !(get_var('PUBLISH_HDD_1') || check_var('SLE_PRODUCT', 'hpc'))) {`
We need to narrow the condition to the installed system. Please, ping creation of the code above for verification in other job groups.