Skip to content

Commit

Permalink
[tests] Updated test_forgot_password test
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Jul 4, 2022
1 parent 8c4fefd commit 812733d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,9 @@ def test_forgot_password(self):
self.base_driver.find_element(By.NAME, 'email').send_keys('[email protected]')
self.base_driver.find_element(By.XPATH, '//input[@type="submit"]').click()
self.assertIn(
'We have sent you an e-mail. Please contact us if you '
'do not receive it within a few minutes.',
'We have sent you an e-mail. If you have not received '
'it please check your spam folder. Otherwise contact us '
'if you do not receive it in a few minutes.',
self.base_driver.page_source,
)

Expand Down

0 comments on commit 812733d

Please sign in to comment.