From 405d40dc1900c5a6377f2d6e07e39fb26c021c11 Mon Sep 17 00:00:00 2001 From: Michael Youngstrom Date: Fri, 23 Mar 2018 13:55:12 -0400 Subject: [PATCH] remove test_landing_page --- .../test/acceptance/tests/studio/test_import_export.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/test/acceptance/tests/studio/test_import_export.py b/common/test/acceptance/tests/studio/test_import_export.py index 83a01b2a39..24844f5fbd 100644 --- a/common/test/acceptance/tests/studio/test_import_export.py +++ b/common/test/acceptance/tests/studio/test_import_export.py @@ -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