Project

General

Profile

action #93029

Updated by oorlov almost 3 years ago

Until now, we are using welcome module for product selection on SLE. This covers multiple scenarios, as identified in #88939. We should separate the scenarios and create separate modules. 

 ## Scope: 
 **Job Groups:** SLE15-SP3 YaST 
 **Test Cases:** #1 - Select product for installation (Please, see test cases in https://progress.opensuse.org/issues/93411), use SLES as a product to select. https://progress.opensuse.org/issues/93411) 

 ## 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. Check that the proper product is installed: `cat /etc/os-release` and check NAME field; 
 3. Add this module to all the Test Suites where currently **only project selection** is made (That means: do NOT update test suites where some additional actions except product selection are made, e.g. switch keyboard or validate install source. That will be scope of another ticket).

Back