Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
7e6a52a5
Commit
7e6a52a5
authored
11 years ago
by
Will Daly
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily disable navigation feature due to flakiness.
parent
3605ebd0
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/courseware/features/navigation.feature
+14
-10
14 additions, 10 deletions
lms/djangoapps/courseware/features/navigation.feature
with
14 additions
and
10 deletions
lms/djangoapps/courseware/features/navigation.feature
+
14
−
10
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment