Skip to content

Commit

Permalink
Simplify behavior for firefox help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
foursixnine committed May 28, 2020
1 parent 8d69a4e commit 13788d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/x11/firefox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ sub run() {
$self->start_firefox;
wait_still_screen;
# we have poor performance on LIVETEST, use assert_and_click here
if (is_tumbleweed && get_var("LIVETEST")) {
if (is_tumbleweed) {
send_key_until_needlematch('firefox-help-menu', 'alt', 4, 10); # show menu bar
assert_and_click 'firefox-help-menu';
assert_and_click 'firefox-help-about';
send_key "h";
assert_screen 'firefox-help-menu';
send_key "a";
}
else {
send_key "alt-h";
Expand Down

0 comments on commit 13788d8

Please sign in to comment.