Skip to content
Snippets Groups Projects
Commit 1532badf authored by Jay Zoldak's avatar Jay Zoldak
Browse files

Skip video test that is failing in master

parent 89293731
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment