mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-23 06:23:09 +00:00
Save progress.
This commit is contained in:
parent
1750038902
commit
3acc8cfe42
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user