Commit 4c527c37 by Ben Patterson

Fix flakiness on test (it wasn't waiting for jquery to be loaded)

parent d439da44
......@@ -144,6 +144,7 @@ class PersistentGradesTest(ProgressPageBaseTest):
subsection = self.course_outline.section(self.SECTION_NAME).subsection(self.SUBSECTION_NAME)
subsection.expand_subsection()
subsection.add_unit()
self.course_outline.wait_for_ajax()
subsection.publish()
def _set_staff_lock_on_subsection(self, locked):
......
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