mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-02 21:53:09 +00:00
Make the button be pressed twice if needed.
This commit is contained in:
parent
a20ebe8898
commit
cb9611e036
@ -40,11 +40,8 @@ sub run {
|
|||||||
|
|
||||||
# Click on Select to move the file into the new location.
|
# Click on Select to move the file into the new location.
|
||||||
assert_and_click("gnome_select_button");
|
assert_and_click("gnome_select_button");
|
||||||
|
# Click on Select to move the file into the new location.
|
||||||
# Check that Button was indeed pressed.
|
assert_and_click("gnome_select_button");
|
||||||
if (check_screen("gnome_select_button")) {
|
|
||||||
click_lastmatch;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Check that the file has been removed from this location.
|
# Check that the file has been removed from this location.
|
||||||
if (check_screen("nautilus_test_file")) {
|
if (check_screen("nautilus_test_file")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user