Project

General

Profile

action #93624

Updated by oorlov almost 3 years ago

## Scope 
 **Job Groups:** SLE15-SP3 YaST, openSUSE Tumbleweed, openSUSE Leap 15 
 **Test Cases:**  
 #2 - Create a user in Installer, use the same password for administrator (Replace user_settings everywhere, except installer_extended Test Suite); 
 #1 - Create a user (Add it to `installer_extended` Test Suite only). 
 (Please, see the test cases here: https://progress.opensuse.org/issues/93285) 

 ## Task: 

 1. Implement test module for test case #2 (Create a user in Installer, use the same password for administrator) using [Page Object Model](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/ui-framework-documentation.md) and LibyuiClient; 
 2. Replace existing `user_settings` test module with the implemented test module for test case #2 in all the Job Groups from Scope; 
 3. Remove `user_settings_root` from all the test modules except `installer_extended` and places where only root is allowed (e.g. [remote_ssh_controller](https://openqa.opensuse.org/tests/1772436), [rootonly](https://openqa.opensuse.org/tests/1772223) ); 
 3. Implement test module for test case #1 (Create a user) using [Page Object Model](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/ui-framework-documentation.md) and LibyuiClient; 
 4. Add the test module for test case #1 to `installer_extended` test suite. 

Back