Remove test_task_list
This commit is contained in:
@@ -326,6 +326,7 @@ class RegisterFromCombinedPageTest(UniqueCourseTest):
|
||||
self.register_page.visit().toggle_form()
|
||||
self.assertEqual(self.register_page.current_form, "login")
|
||||
|
||||
|
||||
@attr(shard=8)
|
||||
class PayAndVerifyTest(EventsTestMixin, UniqueCourseTest):
|
||||
"""Test that we can proceed through the payment and verification flow."""
|
||||
|
||||
@@ -230,23 +230,6 @@ class ImportTestMixin(object):
|
||||
self.import_page.upload_tarball('funny_cat_video.mp4')
|
||||
self.import_page.wait_for_filename_error()
|
||||
|
||||
def test_task_list(self):
|
||||
"""
|
||||
Scenario: I should see feedback checkpoints when uploading a course or library
|
||||
Given that I am on an import page
|
||||
No task checkpoint list should be showing
|
||||
When I upload a valid tarball
|
||||
Each task in the checklist should be marked confirmed
|
||||
And the task list should be visible
|
||||
"""
|
||||
# The task list shouldn't be visible to start.
|
||||
self.assertFalse(self.import_page.is_task_list_showing(), "Task list shown too early.")
|
||||
self.import_page.wait_for_tasks()
|
||||
self.import_page.upload_tarball(self.tarball_name)
|
||||
self.import_page.wait_for_upload()
|
||||
self.import_page.wait_for_tasks(completed=True)
|
||||
self.assertTrue(self.import_page.is_task_list_showing(), "Task list did not display.")
|
||||
|
||||
def test_bad_import(self):
|
||||
"""
|
||||
Scenario: I should see a failed checklist when uploading an invalid course or library
|
||||
|
||||
Reference in New Issue
Block a user