action #94889
coordination #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.
History
#5
Updated by syrianidou_sofia 10 months ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
#6
Updated by syrianidou_sofia 10 months ago
- Status changed from In Progress to Workable
- Assignee deleted (
syrianidou_sofia)