Commit 01ef2c9a by Diana Huang

Merge pull request #11776 from edx/efischer/tnl-4132

Flaky Matlab Tests
parents 83e586d1 41e1e27d
...@@ -39,5 +39,5 @@ class MatlabProblemPage(PageObject): ...@@ -39,5 +39,5 @@ class MatlabProblemPage(PageObject):
""" """
Returns the text value of given class. Returns the text value of given class.
""" """
self.wait_for_ajax() self.wait_for_element_visibility(class_name, 'Grader message is visible')
return self.q(css=class_name).text return self.q(css=class_name).text
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