Merge pull request #1420 from edx/will/quarantine-lms-nav-tests
Temporarily disable navigation feature due to flakiness.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user