Actions
action #94889
closedcoordination #93668: [epic] Redesign Installation test modules
Implement test module for clock and date configuration
Description
Scope¶
Job Groups: YaST, openSUSE Tumbleweed, openSUSE Leap 15
Test Cases:
#2
- Accept current configuration (test cases: https://progress.opensuse.org/issues/93288)
#3
- Accept default configuration (test cases: https://progress.opensuse.org/issues/93288)
Task:¶
- Implement test modules in accordance with the test cases, using Page Object Model and LibyuiClient;
- Implement validation test module for test case
#3
; - Use test case
#2
everywhere, replacingtests/installation/installer_timezone.pm
; - Use test case
#3
and validation module ininstaller_extended
test suite.
Note:¶
There is a code in installer_timezone (the existing test module):
# performance ci need install with timezone Asia-beijing
if (check_var('TIMEZONE', 'beijing')) {
send_key_until_needlematch("timezone-Asia", "up", 20, 1);
send_key 'tab';
send_key_until_needlematch("timezone-beijing", "down", 20, 1);
}
The needle was never used on OSD and o3. It would be great to communicate with the team who introduced this change and ask them if they still need that part of code to be kept. Because in our test suites, only "Next" button is pressed on this screen, we do not select any timezone.
Updated by oorlov over 3 years ago
- Subject changed from Implement test module for accepting current clock and date configuration to Implement test module for clock and date configuration
Updated by oorlov over 3 years ago
- Tags deleted (
qa-yast-refinement) - Status changed from New to Workable
Updated by syrianidou_sofia over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
Updated by syrianidou_sofia over 3 years ago
- Status changed from In Progress to Workable
- Assignee deleted (
syrianidou_sofia)
Updated by oorlov over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to oorlov
Updated by oorlov over 3 years ago
- Status changed from In Progress to Feedback
Updated by oorlov over 3 years ago
- Target version changed from SLE 15 SP3 to Current
Actions