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
7e5ecaff
Commit
7e5ecaff
authored
Sep 15, 2014
by
Jesse Zoldak
Committed by
Zia Fazal
Apr 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable intermittently failing annotation acceptance test TNL-353
parent
114193f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
lms/djangoapps/courseware/features/annotatable.feature
+18
-16
No files found.
lms/djangoapps/courseware/features/annotatable.feature
View file @
7e5ecaff
...
@@ -8,19 +8,21 @@ Feature: LMS.Annotatable Component
...
@@ -8,19 +8,21 @@ Feature: LMS.Annotatable Component
Then
the annotatable component has rendered
Then
the annotatable component has rendered
And
the annotatable component has 2 highlighted passages
And
the annotatable component has 2 highlighted passages
Scenario
:
An
Annotatable component links to annonation problems in the LMS
# Disabling due to frequent intermittent failures. TNL-353
Given
that a course has an annotatable component with 2 annotations
# This features's acceptance tests should be rewritten in bok-choy, rather than fixed here.
And
the course has 2 annotatation problems
#
When
I view the annotatable component
# Scenario: An Annotatable component links to annonation problems in the LMS
And
I click
"Reply to annotation"
on passage
<problem>
# Given that a course has an annotatable component with 2 annotations
Then
I am scrolled to that annotation problem
# And the course has 2 annotatation problems
When
I answer that annotation problem
# When I view the annotatable component
Then
I receive feedback on that annotation problem
# And I click "Reply to annotation" on passage <problem>
When
I click
"Return to annotation"
on that problem
# Then I am scrolled to that annotation problem
Then
I am scrolled to the annotatable component
# When I answer that annotation problem
# Then I receive feedback on that annotation problem
Examples
:
# When I click "Return to annotation" on that problem
|
problem
|
# Then I am scrolled to the annotatable component
|
0
|
#
|
1
|
# Examples:
# | problem |
# | 0 |
# | 1 |
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