Project

General

Profile

action #55661

Updated by dheidler about 4 years ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-NET-x86_64-kde@Laptop_64 fails in 
 [first_boot](https://openqa.opensuse.org/tests/1009937/modules/first_boot/steps/1) 

 Affect all tests on KDE Plasma/GNOME/XFCE. 
 Greeter should be closed. 
 There is already a test module **opensuse_welcome**. 
 There is already a function **untick_welcome_on_next_startup** 

 On some scenarios the function call is more efficient than the **opensuse_welcome** module: 

 - [change_password](https://openqa.opensuse.org/tests/1034576#step/change_password/51) - ([latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=desktopapps-gnome-x11&version=Tumbleweed#step/change_password/50)) 
 - [multi_users_dm](https://openqa.opensuse.org/tests/1077390#step/multi_users_dm/16) - ([latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=extra_tests_on_gnome&version=Tumbleweed#step/multi_users_dm/16)) 
 - [first_boot](https://openqa.opensuse.org/tests/1084323#step/first_boot/3) - ([latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=gnome&version=Tumbleweed)) 


 ## Acceptance criteria 

 - **AC1:** <del>The module **change_password** calls the function **untick_welcome_on_next_startup** to handle the opensuse-welcome popup.</del> RESOLVED in PR #9310 
 - **AC2:** <s>The module **multi_users_dm** calls the function **untick_welcome_on_next_startup** to handle the opensuse-welcome popup.</s> RESOLVED in #58577 
 - **AC3:** <del>The The module **first_boot** calls the function **untick_welcome_on_next_startup** to handle the opensuse-welcome popup.</del> dropped this AC as the magic happens in next module `opensuse_welcome` which already uses `untick_welcome_on_next_startup`. popup. 

Back