diff --git a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py index 6a22d918e9..c150742873 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -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'])