Skip to content
Snippets Groups Projects
Commit 331c3b49 authored by Jakob Dieterle's avatar Jakob Dieterle Committed by Jakob Dieterle
Browse files

fixing tests

parent ca33fccb
No related branches found
No related tags found
1 merge request!244Resolve "Make exam a many to many field on StudentInfo model"
......@@ -120,6 +120,10 @@ class ExportTestModal(GradyTestCase):
=======
self.assertEqual('B.Inf.4242 Test Module', data[0]['Exams'][0]['exam']['moduleReference'])
>>>>>>> fixing frontend export tests
=======
self.assertEqual('B.Inf.4242 Test Module',
data[0]['Exams'][0]['exam']['moduleReference'])
>>>>>>> fixing tests
except Exception as e:
print(data)
raise e
......@@ -128,7 +132,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