Project

General

Profile

action #93656

Updated by JERiveraMoya almost 3 years ago

## Scope 

 **Job Groups:** openSUSE Tumbleweed, YaST, openSUSE Leap 15 
 **Test Cases:** #1 - create password for root, weak password (Please, see test cases in https://progress.opensuse.org/issues/93294). 

 ## Task 

 1. Implement test module for the test case using [Page Object Model](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/ui-framework-documentation.md) and LibyuiClient; 
 2. Remove `user_settings_root` from all the test modules except `installer_extended` and places where only root is allowed/created (e.g. [remote_ssh_controller](https://openqa.opensuse.org/tests/1772436), [rootonly](https://openqa.opensuse.org/tests/1772223) ); 
 3. Replace `user_settings_root` module with the recently implemented in `installer_extended` and all other places where only root is allowed/created. 

 Note: in future we should consider when installer_extended fails, that we don't miss testing this screen. We should have some ticket create at least before merging it to prod.

Back