Project

General

Profile

action #63892

Updated by SLindoMansilla about 4 years ago

## Observation 

 openQA test in scenario opensuse-Tumbleweed-GNOME-Live-x86_64-gnome-live@64bit fails in 
 [firefox](https://openqa.opensuse.org/tests/1188547/modules/firefox/steps/10) 

 The help-menu does not show up on openQA when pressing 'alt-h' 
 This is uniquely happening on the GNOME Live image tests; all other GNOME tests have no issue with the FF test. Also, when running the live image in a VM, I seemed not able to reproduce it (which is why I file it here - seems rather a QA specific thing than a product bug) 

 ## Suggestions Test suite description 
 Maintainer: okurz@suse.de, dimstar@opensuse.org 

 - Firefox behaves different regarding modifier keys and menu bar. You should first press alt alone and the menu bar will be shown. Then H key can be pressed alone to open the help menu. Test for openSUSE GNOME Next Live-Media 

 ```perl 
 send_key "alt"; # shows menu bar 
 assert_and_click('firefox-help-menu-item'); 
 assert_screen 'firefox-help-menu'; 
 ``` 

 EXCLUDE_MODULES is a workaround for https://bugzilla.opensuse.org/show_bug.cgi?id=1138401#c10 


 ## Reproducible 

 Fails since (at least) Build [20200225](https://openqa.opensuse.org/tests/1187443) 


 ## Expected result 

 Last good: [20200224](https://openqa.opensuse.org/tests/1186549) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=GNOME-Live&machine=64bit&test=gnome-live&version=Tumbleweed) 

Back