From 748fc120cdbc71d244a80728e039b96da944f824 Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Fri, 28 Mar 2014 16:20:04 -0400 Subject: [PATCH] Disable failing video test --- .../courseware/features/video.feature | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/lms/djangoapps/courseware/features/video.feature b/lms/djangoapps/courseware/features/video.feature index 1fcff41313..b4fe672699 100644 --- a/lms/djangoapps/courseware/features/video.feature +++ b/lms/djangoapps/courseware/features/video.feature @@ -189,20 +189,21 @@ Feature: LMS Video component When I open video "C" Then menu "download_transcript" doesn't exist + # BLD-971 - Test intermittently failing # 20 - Scenario: Youtube video has correct transcript if fields for other speeds are filled. - Given I am registered for the course "test_course" - And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets - And I have a "subs_b7xgknqkQk8.srt.sjson" transcript file in assets - And it has a video in "Youtube" mode: - | sub | youtube_id_1_5 | - | OEoXaMPEzfM | b7xgknqkQk8 | - And I make sure captions are opened - Then I see "Hi, welcome to Edx." text in the captions - And I select the "1.50" speed - And I reload the page - Then I see "Hi, welcome to Edx." text in the captions - And I see duration "1:00" +# Scenario: Youtube video has correct transcript if fields for other speeds are filled. +# Given I am registered for the course "test_course" +# And I have a "subs_OEoXaMPEzfM.srt.sjson" transcript file in assets +# And I have a "subs_b7xgknqkQk8.srt.sjson" transcript file in assets +# And it has a video in "Youtube" mode: +# | sub | youtube_id_1_5 | +# | OEoXaMPEzfM | b7xgknqkQk8 | +# And I make sure captions are opened +# Then I see "Hi, welcome to Edx." text in the captions +# And I select the "1.50" speed +# And I reload the page +# Then I see "Hi, welcome to Edx." text in the captions +# And I see duration "1:00" # 21 Scenario: Download button works correctly for non-english transcript in Youtube mode of Video component