Commit 5fc7dccd by Tyler Hallada

Fix bok-choy page query call

parent 9904a35a
...@@ -31,7 +31,7 @@ class CourseEnrollmentDemographicsAgeTests(CoursePageTestsMixin, WebAppTest): ...@@ -31,7 +31,7 @@ class CourseEnrollmentDemographicsAgeTests(CoursePageTestsMixin, WebAppTest):
# Wait for the datatable to finish loading # Wait for the datatable to finish loading
ready_promise = EmptyPromise( ready_promise = EmptyPromise(
lambda: 'Loading' not in self.q(css='div.section-data-table').text, lambda: 'Loading' not in self.page.q(css='div.section-data-table').text,
"Page finished loading" "Page finished loading"
).fulfill() ).fulfill()
......
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