Commit 7e6a52a5 by Will Daly

Temporarily disable navigation feature due to flakiness.

parent 3605ebd0
......@@ -4,10 +4,12 @@ Feature: LMS.Navigate 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
# Disabled 10/21
# Fails intermittently to click the link to the section
#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
......@@ -20,9 +22,11 @@ Feature: LMS.Navigate Course
Then I see the content of the sequence item
And a "seq_goto" browser event is emitted
Scenario: I can return to the last section I visited
Given I am viewing a course with multiple sections
When I navigate to a section
And I see the content of the section
And I return to the courseware
Then I see that I was most recently in the subsection
# Disabled 10/21
# Fails intermittently to click the link to the section
#Scenario: I can return to the last section I visited
# Given I am viewing a course with multiple sections
# When I navigate to a section
# And I see the content of the section
# And I return to the courseware
# Then I see that I was most recently in the subsection
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment