FEAT: Add conditional formatting to whole auth panel

Matches the formatting on the button
This commit is contained in:
2020-01-13 21:05:09 +00:00
parent 16b950c3b2
commit 3a25b85e95
2 changed files with 10 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class UserRegistrationTest(LiveServerTestCase):
self.assertEqual(last_name.get_attribute('placeholder'), 'Last name')
initials = self.browser.find_element_by_id('id_initials')
self.assertEqual(initials.get_attribute('placeholder'), 'Initials')
# No longer required for new users
# No longer required for new users
# phone = self.browser.find_element_by_id('id_phone')
# self.assertEqual(phone.get_attribute('placeholder'), 'Phone')