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')
-rw-r--r--guiTests/guiTest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/guiTests/guiTest.py b/guiTests/guiTest.py
index 4900ea93f..9a6695791 100644
--- a/guiTests/guiTest.py
+++ b/guiTests/guiTest.py
@@ -97,6 +97,9 @@ write_random_file(1024 * 1024, SOURCE_FOLDER + os.sep + "1MB.test")
write_random_file(100 * 1024, SOURCE_FOLDER + os.sep + "subfolder" + os.sep + "100KB.test")
sha1_source = sha1_folder(SOURCE_FOLDER)
+# Dismiss the password request
+driver.find_element_by_link_text("No, my machine has only a single account").click()
+
# Add new backup
driver.find_element_by_link_text("Add backup").click()