Actions
action #89866
closedcoordination #69130: [functional][y][epic] Extend test coverage for firstboot
Replace assert_screen calls by libyui asserts in firstboot
Status:
Resolved
Priority:
Normal
Assignee:
Target version:
SUSE QA (private) - SLE 15 SP3
Start date:
2021-04-12
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Description
Clients in scope here:
- firstboot_language_keyboard
- firstboot_keyboard
As of now we mix testapi and of REST API, and assert that pages are shown with assert_screen. Motivation have a solution which is stable solution.
Listed clients share same controls (combobox with the keyboard languages), which we can also then reuse for the normal installation page definition.
We should find reliable way to assert that correct page is shown, either with is_shown
approach we already use, or use debug_label
property in the output json.
Acceptance criteria¶
- firstboot_language_keyboard and firstboot_keyboard do not use openQA testapi in the tests
Actions