Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
7e6a52a5
Commit
7e6a52a5
authored
Oct 21, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily disable navigation feature due to flakiness.
parent
3605ebd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
lms/djangoapps/courseware/features/navigation.feature
+14
-10
No files found.
lms/djangoapps/courseware/features/navigation.feature
View file @
7e6a52a5
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment