Merge pull request #7835 from edx/release

Release (DO NOT MERGE)
This commit is contained in:
Adam
2015-04-30 16:24:47 -04:00
15 changed files with 71 additions and 39 deletions

View File

@@ -79,7 +79,7 @@ function() {
var captions = getCaptions();
if (startTimes.length !== captions.length) {
throw new Exception("video caption and start time arrays do not match in length");
console.warn("video caption and start time arrays do not match in length");
}
// if end is null, then it's been set to

View File

@@ -387,8 +387,8 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
Then `about me` field mode should be `edit`
"""
placeholder_value = (
"Tell other edX learners a little about yourself: where you live, what your interests are, "
"why you're taking courses on edX, or what you hope to learn."
"Tell other learners a little about yourself: where you live, what your interests are, "
"why you're taking courses, or what you hope to learn."
)
username, user_id = self.log_in_as_unique_user()