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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-15 15:32:54 -07:00
parent 1c33d07d38
commit e5f396a785

View File

@ -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)) {