Skip to content
Snippets Groups Projects
Commit 2e43d6b6 authored by Jakob Dieterle's avatar Jakob Dieterle Committed by Dominik Seeger
Browse files

fixing tests

parent 5f753381
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !244. Comments created here will be created in the context of that merge request.
......@@ -103,7 +103,8 @@ class ExportTestModal(GradyTestCase):
try:
with open(JSON_EXPORT_FILE) as f:
data = json.load(f)
self.assertEqual('B.Inf.4242 Test Module', data[0]['Exams'][0]['exam']['moduleReference'])
self.assertEqual('B.Inf.4242 Test Module',
data[0]['Exams'][0]['exam']['moduleReference'])
except Exception as e:
print(data)
raise e
......@@ -112,7 +113,6 @@ class ExportTestModal(GradyTestCase):
def test_export_instance(self):
fact.SubmissionFactory()
#fact.ExamInfoFactory()
self._login()
self.browser.find_element_by_id('export-btn').click()
self.browser.find_element_by_id('export-list1').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