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:
Diffstat (limited to 'guiTests/guiTest.py')
-rw-r--r--guiTests/guiTest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/guiTests/guiTest.py b/guiTests/guiTest.py
index 7a91c903f..1fdbe9af0 100644
--- a/guiTests/guiTest.py
+++ b/guiTests/guiTest.py
@@ -100,6 +100,10 @@ sha1_source = sha1_folder(SOURCE_FOLDER)
# Add new backup
driver.find_element_by_link_text("Add backup").click()
+# Choose the "add new" option
+driver.find_element_by_id("blank").click()
+driver.find_element_by_xpath("//input[@class='submit next']").click()
+
# Add new backup - General page
time.sleep(1)
driver.find_element_by_id("name").send_keys(BACKUP_NAME)