Merge pull request #10757 from edx/benp/mp-support-discussion-tab

Support multiprocess bok-choy testing for discussion
This commit is contained in:
Ben Patterson
2015-12-01 08:23:02 -05:00

View File

@@ -28,7 +28,7 @@ class DiscussionThreadPage(PageObject, DiscussionPageMixin):
return self.q(css=self.thread_selector + " " + selector)
def is_browser_on_page(self):
return self.q(css=self.thread_selector).present
return self.q(css=self.thread_selector).visible
def _get_element_text(self, selector):
"""