remove test_landing_page

This commit is contained in:
Michael Youngstrom
2018-03-23 13:55:12 -04:00
parent b192fe50b6
commit 405d40dc19

View File

@@ -172,16 +172,6 @@ class ImportTestMixin(object):
self.import_page.upload_tarball(self.tarball_name)
self.import_page.wait_for_upload()
def test_landing_url(self):
"""
Scenario: When uploading a library or course, a link appears for me to view the changes.
Given that I upload a library or course
A button will appear that contains the URL to the library or course's main page
"""
self.import_page.upload_tarball(self.tarball_name)
self.import_page.wait_for_upload()
self.assertEqual(self.import_page.finished_target_url(), self.landing_page.url)
def test_bad_import(self):
"""
Scenario: I should see a failed checklist when uploading an invalid course or library