diff --git a/common/test/acceptance/tests/video/test_studio_video_editor.py b/common/test/acceptance/tests/video/test_studio_video_editor.py index f6f09e6da0..f9874f3d6e 100644 --- a/common/test/acceptance/tests/video/test_studio_video_editor.py +++ b/common/test/acceptance/tests/video/test_studio_video_editor.py @@ -73,22 +73,6 @@ class VideoEditorTest(CMSVideoBaseTest): self.save_unit_settings() self.assertFalse(self.video.is_captions_visible()) - def test_shown_captions(self): - """ - Scenario: Captions are shown when "transcript display" is true - Given I have created a Video component with subtitles - And I have set "transcript display" to True - Then when I view the video it does show the captions - """ - self._create_video_component(subtitles=True) - # Prevent cookies from overriding course settings - self.browser.delete_cookie('hide_captions') - self.edit_component() - self.open_advanced_tab() - self.video.set_field_value('Show Transcript', 'True', 'select') - self.save_unit_settings() - self.assertTrue(self.video.is_captions_visible()) - def test_translations_uploading(self): """ Scenario: Translations uploading works correctly