# We check the user logged in
heading = self.driver.find_element_by_id('heading')
if not heading.text == u'Logged in!':
- raise Exception('The user didn\'t logged in')
+ raise Exception('The user didn\'t log in')
# Here we could test the User's fields
# We check the user logged in
heading = self.driver.find_element_by_id('heading')
if not heading.text == u'Logged in!':
- raise Exception('The user didn\'t logged in')
+ raise Exception('The user didn\'t log in')
# Here we could test the User's fields
# We check the user logged in
heading = self.driver.find_element_by_id('heading')
if not heading.text == u'Logged in!':
- raise Exception('The user didn\'t logged in')
+ raise Exception('The user didn\'t log in')
# Here we could test the User's fields
# We check the user logged in
heading = self.driver.find_element_by_id('heading')
if not heading.text == u'Logged in!':
- raise Exception('The user didn\'t logged in')
+ raise Exception('The user didn\'t log in')
# Here we could test the User's fields
# We check the user logged in
heading = self.driver.find_element_by_id('heading')
if not heading.text == u'Logged in!':
- raise Exception('The user didn\'t logged in')
+ raise Exception('The user didn\'t log in')
# Here we could test the User's fields