Remove test_bad_filename_error

This commit is contained in:
Michael Youngstrom
2018-03-23 11:12:59 -04:00
parent d101291417
commit 9f0a79a5e2

View File

@@ -221,15 +221,6 @@ class ImportTestMixin(object):
self.import_page.wait_for_upload()
self.assertEqual(self.import_page.finished_target_url(), self.landing_page.url)
def test_bad_filename_error(self):
"""
Scenario: I should be reprimanded for trying to upload something that isn't a .tar.gz file.
Given that I select a file that is an .mp4 for upload
An error message will appear
"""
self.import_page.upload_tarball('funny_cat_video.mp4')
self.import_page.wait_for_filename_error()
def test_bad_import(self):
"""
Scenario: I should see a failed checklist when uploading an invalid course or library