From 0ddf3e784c3fd07117a7137c72930e563057cb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Tue, 25 Jan 2022 10:35:23 +0100 Subject: [PATCH] Add waiting and use icon to enter the menu for certain parts. --- tests/applications/eog/save_as.pm | 1 + tests/applications/eog/show_gallery.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/applications/eog/save_as.pm b/tests/applications/eog/save_as.pm index 4df158e1..3564d883 100644 --- a/tests/applications/eog/save_as.pm +++ b/tests/applications/eog/save_as.pm @@ -12,6 +12,7 @@ sub run { # Shift-ctrl-S to save a file as a new file. send_key("shift-ctrl-s"); + wait_still_screen(3); # Type the new name, this should be possible without any intervention. type_very_safely("new_image"); diff --git a/tests/applications/eog/show_gallery.pm b/tests/applications/eog/show_gallery.pm index 0571a175..5d35c100 100644 --- a/tests/applications/eog/show_gallery.pm +++ b/tests/applications/eog/show_gallery.pm @@ -14,7 +14,7 @@ sub run { unless (check_screen("eog_gallery_shown")) { record_soft_failure("Key combo does not work, issue https://gitlab.gnome.org/GNOME/gtk/-/issues/4171"); # Open the menu - send_key("f10"); + send_key("gnome_burger_menu"); # Open Submenu Show assert_and_click("eog_submenu_show"); # Toggle gallery