From aebe6cf446c3bfede5bc37397009207d46cbacc9 Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Tue, 19 Feb 2019 12:38:40 -0500 Subject: [PATCH] Fix flaky test_list_student_profile_information --- .../test/acceptance/tests/lms/test_lms_instructor_dashboard.py | 1 + 1 file changed, 1 insertion(+) 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'])