Skip to content
Snippets Groups Projects
Commit 139d8baa authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Fixed flaky test

parent 2b4e9912
No related branches found
No related tags found
1 merge request!182Resolve "Clarification System"
This commit is part of merge request !182. Comments created here will be created in the context of that merge request.
......@@ -112,6 +112,7 @@ class ExportTestModal(LiveServerTestCase):
def test_export_student_scores_as_json(self):
fact.StudentInfoFactory()
fact.SubmissionFactory()
self._login()
export_btn = self.browser.find_element_by_id('export-btn')
export_btn.click()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment