Skip to content

Commit

Permalink
Merge pull request #13795 from tinawang123/firefox
Browse files Browse the repository at this point in the history
Fix send 'alt' key cannot show menu problem
  • Loading branch information
lemon-suse committed Dec 2, 2021
2 parents 571e3a9 + 8079111 commit 3d2c725
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/x11/firefox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ sub run() {

$self->start_firefox;
wait_still_screen;
send_key('alt');
wait_still_screen;
assert_screen('firefox-top-bar-highlighted');
send_key_until_needlematch('firefox-top-bar-highlighted', 'alt', 4, 10);
send_key('h');
wait_still_screen;
assert_screen('firefox-help-menu');
Expand Down

0 comments on commit 3d2c725

Please sign in to comment.