From e5f396a78564b7ec49e87d92a635ca294d11c2bd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 15 Oct 2020 15:32:54 -0700 Subject: [PATCH] Drop workaround for fixed GNOME submenu bug https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2878 was fixed (or just rendered obsolete by a change to how submenus work), so we don't need this any more. Signed-off-by: Adam Williamson --- lib/utils.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 5d658521..c2491112 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -839,11 +839,6 @@ sub start_with_launcher { if ($submenu) { assert_and_click $submenu; wait_still_screen 5; - # workaround for https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2878 - send_key 'esc'; - wait_still_screen 3; - assert_and_click $submenu; - wait_still_screen 3; } # Click on the launcher if (!check_screen($launcher)) {