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:
Harry Rein
2017-10-25 10:12:10 -04:00
parent c3216acd55
commit d4e93fc655
13 changed files with 84 additions and 40 deletions

View File

@@ -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)