Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2017-02-14 00:59:01 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-02-14 00:59:01 +0300
commitad75c24255e2bf012702f57352e72437af9f8538 (patch)
tree9bee56e0ebbe9839e27fff64c161f2af2ddfbbc3 /guiTests
parent9abad900f97601493dc17f4bcced8b43ca998c97 (diff)
...and also click the button ...
Diffstat (limited to 'guiTests')
-rw-r--r--guiTests/guiTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/guiTests/guiTest.py b/guiTests/guiTest.py
index 370c25867..4158c588e 100644
--- a/guiTests/guiTest.py
+++ b/guiTests/guiTest.py
@@ -143,7 +143,7 @@ driver.find_element_by_xpath("//restore-file-picker/ul/li/div/a[2]").click() #
driver.find_element_by_link_text("Continue").click()
driver.find_element_by_id("restoretonewpath").click()
driver.find_element_by_id("restore_path").send_keys(RESTORE_FOLDER)
-driver.find_element_by_xpath("//form[@id='restore']/div/div[@class='buttons']/a/span[contains(text(),'Restore')]")
+driver.find_element_by_xpath("//form[@id='restore']/div/div[@class='buttons']/a/span[contains(text(),'Restore')]").click()
# wait for restore to finish
wait_for_text(60, "//form[@id='restore']/div[3]/h3/div[1]", "Your files and folders have been restored successfully.")