Skip to content
Snippets Groups Projects
Commit a4be8eb7 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Fixed import test

parent f0261202
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
......@@ -18,6 +18,7 @@
and pseudonomize ILIAS output.
</p>
<v-file-input
id="file-input"
v-model="hektorFile"
label="Select file"
accept="application/JSON"
......
......@@ -35,9 +35,6 @@ class TestImport(GradyTestCase):
def test_reviewer_can_import_data(self):
self._login()
self.browser.find_element_by_id("import-data-list-item").click()
self.browser.execute_script(
"document.getElementById('file-input').style.display='block';"
)
file_input = self.browser.find_element_by_id("file-input")
file_input.send_keys(JSON_EXPORT_FILE)
self.browser.find_element_by_id("submit-import").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