From 1532badfe5d3fe2f23c32b3efe3fee23ac9be59b Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Fri, 28 Mar 2014 15:01:29 -0400 Subject: [PATCH] Skip video test that is failing in master --- .../courseware/features/video.feature | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lms/djangoapps/courseware/features/video.feature b/lms/djangoapps/courseware/features/video.feature index 37eb93c930..1fcff41313 100644 --- a/lms/djangoapps/courseware/features/video.feature +++ b/lms/djangoapps/courseware/features/video.feature @@ -2,16 +2,17 @@ Feature: LMS Video component As a student, I want to view course videos in LMS + # BLD-970 Failing currently in master # 1 - Scenario: Video component stores position correctly when page is reloaded - Given the course has a Video component in "Youtube" mode - When the video has rendered in "Youtube" mode - And I click video button "play" - Then I seek video to "10" seconds - And I click video button "pause" - And I reload the page - And I click video button "play" - Then I see video starts playing from "0:10" position +# Scenario: Video component stores position correctly when page is reloaded +# Given the course has a Video component in "Youtube" mode +# When the video has rendered in "Youtube" mode +# And I click video button "play" +# Then I seek video to "10" seconds +# And I click video button "pause" +# And I reload the page +# And I click video button "play" +# Then I see video starts playing from "0:10" position # 2 Scenario: Video component is fully rendered in the LMS in HTML5 mode