mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 06:52:15 +00:00
FIX: Re-add overridden login view
This commit is contained in:
@@ -95,7 +95,7 @@ class UserRegistrationTest(LiveServerTestCase):
|
||||
alert = self.browser.find_element_by_css_selector(
|
||||
'div.alert-danger').text
|
||||
# Note to future maintainers - mind out for smart quotes...
|
||||
self.assertIn("password fields didn’t match", alert)
|
||||
self.assertIn("password fields didn't match", alert)
|
||||
|
||||
# Passwords should be empty
|
||||
self.assertEqual(password1.get_attribute('value'), '')
|
||||
|
||||
Reference in New Issue
Block a user