Files
edx-platform/lms/djangoapps/courseware/features/navigation.feature
2016-02-03 13:58:22 -05:00

22 lines
797 B
Gherkin

@shard_1
Feature: LMS.Navigate Course
As a student in an edX course
In order to access courseware
I want to be able to navigate through the content
Scenario: I can navigate to a section
Given I am viewing a course with multiple sections
When I navigate to a section
Then I see the content of the section
Scenario: I can navigate to subsections
Given I am viewing a section with multiple subsections
When I navigate to a subsection
Then I see the content of the subsection
Scenario: I can navigate to sequences
Given I am viewing a section with multiple sequences
When I navigate to an item in a sequence
Then I see the content of the sequence item
And a "seq_goto" browser event is emitted