Fix two tests failing on January 1, 2015

This commit is contained in:
Braden MacDonald
2015-01-02 12:24:52 -08:00
parent 91a4796216
commit 877e231c7a
2 changed files with 3 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class CoursewareTest(UniqueCourseTest):
"""
self.course_outline.q(css=".subsection-header-actions .configure-button").first.click()
self.course_outline.q(css="#start_date").fill("01/01/2015")
self.course_outline.q(css="#start_date").fill("01/01/2030")
self.course_outline.q(css=".action-save").first.click()
def _auto_auth(self, username, email, staff):