Commit 19082640 by E. Kolpakov

Added wait to test that caused sqlite transaction issues

parent 02fa6d72
...@@ -316,4 +316,5 @@ class MentoringAssessmentTest(MentoringBaseTest): ...@@ -316,4 +316,5 @@ class MentoringAssessmentTest(MentoringBaseTest):
self.peek_at_review(mentoring, controls, expected_results) self.peek_at_review(mentoring, controls, expected_results)
controls.try_again.click() controls.try_again.click()
\ No newline at end of file self.wait_until_text_in(self.question_text(0), mentoring)
\ No newline at end of file
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