1
0
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:
Lukas Ruzicka 2022-12-06 11:28:28 +01:00
parent a20ebe8898
commit cb9611e036

View File

@ -40,11 +40,8 @@ sub run {
# Click on Select to move the file into the new location.
assert_and_click("gnome_select_button");
# Check that Button was indeed pressed.
if (check_screen("gnome_select_button")) {
click_lastmatch;
}
# Click on Select to move the file into the new location.
assert_and_click("gnome_select_button");
# Check that the file has been removed from this location.
if (check_screen("nautilus_test_file")) {