From d46233eee19c7b609c3e157cc70da2452a7bbea9 Mon Sep 17 00:00:00 2001 From: Michael Youngstrom Date: Fri, 23 Mar 2018 15:53:51 -0400 Subject: [PATCH] Remove test_upload --- .../acceptance/tests/studio/test_import_export.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/test/acceptance/tests/studio/test_import_export.py b/common/test/acceptance/tests/studio/test_import_export.py index e1b2ccf5ca..3697819937 100644 --- a/common/test/acceptance/tests/studio/test_import_export.py +++ b/common/test/acceptance/tests/studio/test_import_export.py @@ -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