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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-07-29 20:57:41 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commit90dd8d668946d5ae73fd0582647e394011be5f92 (patch)
tree2d589f770c9cfbdf74f7b261f9fff3a0e35e1cf5 /tests
parent530e3a1e06a7fac91d92b4eada4b121879d4501b (diff)
backup/restore: include datadirv0.17.19
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.py b/tests/tests.py
index ebf10688..9cab4a93 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -111,6 +111,7 @@ class LoginNewUserTest(unittest.TestCase):
driver.find_element_by_id("user").send_keys("test_user1")
driver.find_element_by_id("password").send_keys("ownyourbits")
driver.find_element_by_id("submit").click()
+ self.assertNotIn("Wrong password", driver.page_source)
time.sleep(60) # first run can be really slow on QEMU
wait = WebDriverWait(driver, 210)