Project

General

Profile

action #115973

Updated by JERiveraMoya over 1 year ago

*** draft *** 

 ~~After new module tests/x11/addon_products_via_SCC_yast2.pm introduced(https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15333). 
 One thing miss is no check of the packages base on installation summary page. We should add check like below implementaion:~~ 

 ~~os-autoinst-distri-opensuse/tests/installation/partitioning/suggested_partitioning/verify_decrypted_partition_deleted.pm Line 24~~  
 ~~`my @deletion_entries = Mojo::DOM->new($text)->find('b')->map('text')->each;`~~ 

 We cannot test if they YaST module did properly its job using the YaST module, checking that each *-release *release package is present should suffice for this case. 
 Additionally we need to reduce the number of screenshots here making more clear what are the actions in the test: 
 https://openqa.suse.de/tests/9563367#step/addon_products_via_SCC_yast2/1 

Back