Add Timed Transcripts Editor.
This commit is contained in:
@@ -19,12 +19,12 @@ Feature: CMS.Video Component Editor
|
||||
@skip_sauce
|
||||
Scenario: Captions are hidden when "show captions" is false
|
||||
Given I have created a Video component with subtitles
|
||||
And I have set "show captions" to False
|
||||
And I have set "show transcript" to False
|
||||
Then when I view the video it does not show the captions
|
||||
|
||||
# Sauce Labs cannot delete cookies
|
||||
@skip_sauce
|
||||
Scenario: Captions are shown when "show captions" is true
|
||||
Given I have created a Video component with subtitles
|
||||
And I have set "show captions" to True
|
||||
And I have set "show transcript" to True
|
||||
Then when I view the video it does show the captions
|
||||
|
||||
Reference in New Issue
Block a user