mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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:
parent
1c33d07d38
commit
e5f396a785
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user