diff --git a/lms/djangoapps/courseware/features/navigation.feature b/lms/djangoapps/courseware/features/navigation.feature index ca23f49828..2afb028ed2 100644 --- a/lms/djangoapps/courseware/features/navigation.feature +++ b/lms/djangoapps/courseware/features/navigation.feature @@ -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