@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user