Course home page styling with bootstrap.
Updates the new bootstrap course home page to match the old course home page.
This commit is contained in:
@@ -69,7 +69,7 @@ class CourseHomePage(CoursePage):
|
||||
Search within a class for a particular term.
|
||||
"""
|
||||
self.q(css='.search-form > .search-input').fill(search_term)
|
||||
self.q(css='.search-form > .search-button').click()
|
||||
self.q(css='.search-form .search-button').click()
|
||||
return CourseSearchResultsPage(self.browser, self.course_id)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user