Upgrade underscore to newest version.

FEDX-24
This commit is contained in:
cahrens
2016-02-12 14:28:36 -05:00
committed by Andy Armstrong
parent 7ead068a4e
commit dd2a203677
79 changed files with 212 additions and 453 deletions

View File

@@ -508,12 +508,6 @@ class CourseOutlinePage(CoursePage, CourseOutlineContainer):
self.q(css='{} .section-name .save-button'.format(parent_css)).first.click()
self.wait_for_ajax()
def click_release_date(self):
"""
Open release date edit modal of first section in course outline
"""
self.q(css='div.section-published-date a.edit-release-date').first.click()
def sections(self):
"""
Returns the sections of this course outline page.