Commit a6323776 by Will Daly

Merge pull request #1420 from edx/will/quarantine-lms-nav-tests

Temporarily disable navigation feature due to flakiness.
parents 12cc4a19 7e6a52a5
...@@ -4,10 +4,12 @@ Feature: LMS.Navigate Course ...@@ -4,10 +4,12 @@ Feature: LMS.Navigate Course
In order to access courseware In order to access courseware
I want to be able to navigate through the content I want to be able to navigate through the content
Scenario: I can navigate to a section # Disabled 10/21
Given I am viewing a course with multiple sections # Fails intermittently to click the link to the section
When I navigate to a section #Scenario: I can navigate to a section
Then I see the content of the 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 Scenario: I can navigate to subsections
Given I am viewing a section with multiple subsections Given I am viewing a section with multiple subsections
...@@ -20,9 +22,11 @@ Feature: LMS.Navigate Course ...@@ -20,9 +22,11 @@ Feature: LMS.Navigate Course
Then I see the content of the sequence item Then I see the content of the sequence item
And a "seq_goto" browser event is emitted And a "seq_goto" browser event is emitted
Scenario: I can return to the last section I visited # Disabled 10/21
Given I am viewing a course with multiple sections # Fails intermittently to click the link to the section
When I navigate to a section #Scenario: I can return to the last section I visited
And I see the content of the section # Given I am viewing a course with multiple sections
And I return to the courseware # When I navigate to a section
Then I see that I was most recently in the subsection # 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