7 lines
216 B
Gherkin
7 lines
216 B
Gherkin
Feature: Video component
|
|
As a student, I want to view course videos in LMS.
|
|
|
|
Scenario: Autoplay is enabled in LMS
|
|
Given the course has a Video component
|
|
Then when I view the video it has autoplay enabled
|