Make the message to the end user consistent across as requirement types, except for grade requirements
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user