Squashed minor issue fixes in inline discussion view

Make this selector more specific, was getting overrides

Fix Teams implementation of inline discussion

Fix LMS tests

Work on pagination support

Jasmine tests for this feature

Focus works when navigating between list and detail

Fix safe template violations
This commit is contained in:
Brian Jacobel
2016-11-10 11:43:37 -05:00
parent a099d600b2
commit 5dad2afa44
13 changed files with 295 additions and 73 deletions

View File

@@ -504,7 +504,7 @@ class InlineDiscussionPage(PageObject):
).fulfill()
def get_num_displayed_threads(self):
return len(self._find_within(".discussion-thread"))
return len(self._find_within(".forum-nav-thread"))
def has_thread(self, thread_id):
"""Returns true if this page is showing the thread with the specified id."""