Merge pull request #19828 from edx/matthugs/fix-flaky-data-downloads-tab-tests

Fix flaky test_list_student_profile_information
This commit is contained in:
Matt Hughes
2019-02-20 12:29:05 -05:00
committed by GitHub

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'])