Fix flaky test_list_student_profile_information

This commit is contained in:
Matt Hughes
2019-02-19 12:38:40 -05:00
parent 832d354962
commit aebe6cf446

View File

@@ -726,6 +726,7 @@ class DataDownloadsWithMultipleRoleTests(BaseInstructorDashboardTest):
data_download_section = instructor_dashboard_page.select_data_download()
data_download_section.enrolled_student_profile_button.click()
instructor_dashboard_page.wait_for_ajax()
student_profile_info = data_download_section.student_profile_information
self.assertNotIn(student_profile_info, [u'', u'Loading'])