Merge pull request #3252 from edx/anton/disable-flaky-acceptance-tests
Video: Disable flaky acceptance tests.
This commit is contained in:
@@ -311,33 +311,33 @@ Feature: LMS Video component
|
||||
Then the video has rendered in "HTML5" mode
|
||||
And the video does not show the captions
|
||||
|
||||
# 27
|
||||
Scenario: Transcripts are available on different speeds of Flash mode
|
||||
Given I am registered for the course "test_course"
|
||||
And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets
|
||||
And it has a video in "Flash" mode
|
||||
Then the video has rendered in "Flash" mode
|
||||
And I make sure captions are opened
|
||||
And I see "Hi, welcome to Edx." text in the captions
|
||||
Then I select the "1.50" speed
|
||||
And I see "Hi, welcome to Edx." text in the captions
|
||||
Then I select the "0.75" speed
|
||||
And I see "Hi, welcome to Edx." text in the captions
|
||||
Then I select the "1.25" speed
|
||||
And I see "Hi, welcome to Edx." text in the captions
|
||||
# 27 Disabled 4/8/14 after intermittent failures in master
|
||||
#Scenario: Transcripts are available on different speeds of Flash mode
|
||||
# Given I am registered for the course "test_course"
|
||||
# And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets
|
||||
# And it has a video in "Flash" mode
|
||||
# Then the video has rendered in "Flash" mode
|
||||
# And I make sure captions are opened
|
||||
# And I see "Hi, welcome to Edx." text in the captions
|
||||
# Then I select the "1.50" speed
|
||||
# And I see "Hi, welcome to Edx." text in the captions
|
||||
# Then I select the "0.75" speed
|
||||
# And I see "Hi, welcome to Edx." text in the captions
|
||||
# Then I select the "1.25" speed
|
||||
# And I see "Hi, welcome to Edx." text in the captions
|
||||
|
||||
# 28
|
||||
Scenario: Elapsed time calculates correctly on different speeds of Flash mode
|
||||
Given I am registered for the course "test_course"
|
||||
And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets
|
||||
And it has a video in "Flash" mode
|
||||
And I make sure captions are opened
|
||||
Then I select the "1.50" speed
|
||||
And I click video button "pause"
|
||||
And I click on caption line "4", video module shows elapsed time "7"
|
||||
Then I select the "0.75" speed
|
||||
And I click video button "pause"
|
||||
And I click on caption line "3", video module shows elapsed time "9"
|
||||
Then I select the "1.25" speed
|
||||
And I click video button "pause"
|
||||
And I click on caption line "2", video module shows elapsed time "4"
|
||||
# 28 Disabled 4/8/14 after intermittent failures in master
|
||||
#Scenario: Elapsed time calculates correctly on different speeds of Flash mode
|
||||
# Given I am registered for the course "test_course"
|
||||
# And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets
|
||||
# And it has a video in "Flash" mode
|
||||
# And I make sure captions are opened
|
||||
# Then I select the "1.50" speed
|
||||
# And I click video button "pause"
|
||||
# And I click on caption line "4", video module shows elapsed time "7"
|
||||
# Then I select the "0.75" speed
|
||||
# And I click video button "pause"
|
||||
# And I click on caption line "3", video module shows elapsed time "9"
|
||||
# Then I select the "1.25" speed
|
||||
# And I click video button "pause"
|
||||
# And I click on caption line "2", video module shows elapsed time "4"
|
||||
|
||||
Reference in New Issue
Block a user