Actions
action #94883
closedcoordination #93668: [epic] Redesign Installation test modules
Implement test module for switching keyboard layout
Start date:
2021-06-29
Due date:
% Done:
0%
Estimated time:
Description
Scope¶
Job Groups: YaST, openSUSE Tumbleweed, openSUSE Leap 15
Screens: Product Selection on SLE, License Agreement on openSUSE
Test Cases:
#4
- Switch keyboard layout during product selection (Test Cases: https://progress.opensuse.org/issues/93411)
#10
- Switch keyboard layout (Test Cases: https://progress.opensuse.org/issues/93282)
Task:¶
- Implement test modules for both test cases using Page Object Model and LibyuiClient;
- Replace existing
welcome
test module with the recently implemented test module + the appropriate ones for product selection and accepting license in switch_keyboard_gnome and switch_keyboard_textmode test suites. - Create YAML schedule where it is not created yet (e.g. for opensuse);
- Make these test cases as not fatal:
sub test_flags { return {fatal => 0}; }
- Make
product_selection
andaccept_license
test modules to be milestone and fatal:
sub test_flags {
return {milestone => 1, fatal => 1};
}
Actions