TNL-1891 Browse Teams: Category Subnavigation

Introduces a tabbed view component which displays its subviews and
handles Backbone navigation between each tab. This is used to implement
the "My Teams" and "Browse" areas of the Teams tab. Right now the
content of both tabs is stubbed out with a placeholder view which should
be replaced by TNL-1893 and TNL-1892.
This commit is contained in:
Peter Fogg
2015-06-04 15:25:43 -04:00
parent bdd51e6779
commit 17d3906c86
10 changed files with 179 additions and 9 deletions

View File

@@ -18,4 +18,4 @@ class TeamsPage(CoursePage):
def get_body_text(self):
""" Returns the current dummy text. This will be changed once there is more content on the page. """
return self.q(css='.teams-text').text[0]
return self.q(css='.page-content-main').text[0]