Commit abcf33ab by Ben Patterson

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

Support multiprocess bok-choy testing for discussion
parents f5d9f282 64234c3a
......@@ -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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment