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-13 15:30:20 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-02-13 15:30:20 +0300
commit74535b2e225a5d385249b8e437f5a4f0037b98eb (patch)
tree6010e94b1f4e8c4c9b15411e6a7d515a9e32b730 /guiTests
parent98111c5ebaa50bca89c8f84d4f6e1aeb74596ac4 (diff)
Added the initial page to the guiTest
Diffstat (limited to 'guiTests')
-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)