Actions
action #124418
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
License screen in s390x is using different UI controls now that SUMA is not there
Description
Motivation¶
License screen in s390x is using different UI controls now that SUMA is not there, we need to update libyui-rest-api design to interact with the right screen.
This is the failure:
https://openqa.suse.de/tests/10481841#step/verify_license_translations/2
See previous screen with SUMA:
https://openqa.suse.de/tests/10435012#step/verify_license_translations/4
Acceptance criteria¶
AC1: Update libyui-rest-api design to interact with the right screen
Updated by JERiveraMoya almost 2 years ago
- Subject changed from test fails in verify_license_translations - cannot get translation license page to License screen in s390x is using different UI controls now that SUMA is not there
- Description updated (diff)
- Status changed from New to Workable
- Target version set to Current
- Parent task set to #121876
I doesn't help to create tickets like this, please avoid this short description in the future.
Updated by hjluo almost 2 years ago
- Status changed from Workable to In Progress
- Assignee set to hjluo
Updated by hjluo almost 2 years ago
for the new UI use and has 59 langs, which diff from simple_language_selection's 12 langs
{
"class" : "YComboBox",
"debug_label" : "Language",
"hstretch" : true,
"icon_base_path" : "",
"id" : "\"Y2Country::Widgets::LanguageSelection\"", <<<--new id
"items" :
"items_count" : 59,
"label" : "&Language",
"notify" : true,
"value" : "English (US)"
}
Actions