Skip to content
Snippets Groups Projects
Commit d46233ee authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Remove test_upload

parent 710d6e5c
No related branches found
No related tags found
No related merge requests found
......@@ -161,17 +161,6 @@ class ImportTestMixin(object):
"""
return []
def test_upload(self):
"""
Scenario: I want to upload a course or library for import.
Given that I have a library or course to import into
And I have a valid .tar.gz file containing data to replace it with
I can select the file and upload it
And the page will give me confirmation that it uploaded successfully
"""
self.import_page.upload_tarball(self.tarball_name)
self.import_page.wait_for_upload()
def test_bad_import(self):
"""
Scenario: I should see a failed checklist when uploading an invalid course or library
......
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