Fixing test to match CSS

This commit is contained in:
Chris Rodriguez
2015-06-08 14:55:56 -04:00
parent 9af7cb9b97
commit 4fd1ebce1c
2 changed files with 5 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self.login_page.visit().password_reset(email=email)
# Expect that we're shown a success message
self.assertIn("PASSWORD RESET EMAIL SENT", self.login_page.wait_for_success())
self.assertIn("Password Reset Email Sent", self.login_page.wait_for_success())
def test_password_reset_failure(self):
# Navigate to the password reset form