Save progress.

This commit is contained in:
Lukáš Růžička 2024-04-03 13:49:37 +02:00
parent ed59e69b3f
commit 59aac13d73
2 changed files with 8 additions and 7 deletions

View File

@ -29,7 +29,7 @@ sub run {
send_key("ctrl-o");
# Open the Pictures folder.
assert_and_click("gwen_pictures_directory", button => "left", timeout => 30);
assert_and_dclick("gwen_pictures_directory", button => "left", timeout => 30);
# Select the image.jpg file.
assert_and_click("gwen_file_select_jpg", button => "left", timeout => 30);

View File

@ -9,13 +9,14 @@ sub run {
my $self = shift;
# Open the menu
send_key("f10");
# Click on the About item
assert_and_click("loupe_menu_about");
assert_screen("loupe_about_shown");
assert_and_click("gwen_burger_menu");
# Click to open the About item
assert_and_click("gwen_submenu_help");
assert_and_click("gwen_submenu_about");
assert_screen("qwen_about_shown");
# Click on Credits
assert_and_click("loupe_about_credits");
assert_screen("loupe_credits_shown");
assert_and_click("qwen_about_credits");
assert_screen("qwen_credits_shown");
}
sub test_flags {