Make the message to the end user consistent across as requirement types, except for grade requirements

This commit is contained in:
Chris Dodge
2015-09-29 10:23:36 -04:00
parent 84e56ed8cb
commit 799571b213
2 changed files with 3 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ class ProgressPageCreditRequirementsTest(ModuleStoreTestCase):
response,
"{}, you have met the requirements for credit in this course.".format(self.USER_FULL_NAME)
)
self.assertContains(response, "Verified on {date}".format(date=self._now_formatted_date()))
self.assertContains(response, "Completed {date}".format(date=self._now_formatted_date()))
self.assertContains(response, "95%")
def test_credit_requirements_not_eligible(self):