Unify forum thread views (and templates)

This commit is contained in:
Greg Price
2014-07-09 18:07:25 -04:00
parent ab2b7f344d
commit 7470e60004
16 changed files with 241 additions and 402 deletions

View File

@@ -269,7 +269,7 @@ class InlineDiscussionThreadPage(DiscussionThreadPage):
def expand(self):
"""Clicks the link to expand the thread"""
self._find_within(".expand-post").first.click()
self._find_within(".forum-thread-expand").first.click()
EmptyPromise(
lambda: bool(self.get_response_total_text()),
"Thread expanded"