mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-18 13:24:31 +00:00
Save progress.
This commit is contained in:
parent
1750038902
commit
3acc8cfe42
@ -29,7 +29,7 @@ sub run {
|
|||||||
send_key("ctrl-o");
|
send_key("ctrl-o");
|
||||||
|
|
||||||
# Open the Pictures folder.
|
# 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.
|
# Select the image.jpg file.
|
||||||
assert_and_click("gwen_file_select_jpg", button => "left", timeout => 30);
|
assert_and_click("gwen_file_select_jpg", button => "left", timeout => 30);
|
||||||
|
@ -9,13 +9,14 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Open the menu
|
# Open the menu
|
||||||
send_key("f10");
|
assert_and_click("gwen_burger_menu");
|
||||||
# Click on the About item
|
# Click to open the About item
|
||||||
assert_and_click("loupe_menu_about");
|
assert_and_click("gwen_submenu_help");
|
||||||
assert_screen("loupe_about_shown");
|
assert_and_click("gwen_submenu_about");
|
||||||
|
assert_screen("qwen_about_shown");
|
||||||
# Click on Credits
|
# Click on Credits
|
||||||
assert_and_click("loupe_about_credits");
|
assert_and_click("qwen_about_credits");
|
||||||
assert_screen("loupe_credits_shown");
|
assert_screen("qwen_credits_shown");
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user