Skip to content

Commit

Permalink
Fix awesome_menu for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ggardet committed Apr 18, 2019
1 parent 9d59a12 commit 9248c15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/x11/awesome_menu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ use warnings;
use testapi;

sub run {
# Make sure we can see all the menu - poo#50192
mouse_set(30, 30);

send_key_until_needlematch "test-awesome-menu-1", "super-w";
send_key "esc";

# Hide the mouse again
mouse_hide();
}

sub test_flags {
Expand Down

0 comments on commit 9248c15

Please sign in to comment.