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
9cf16cd2
Commit
9cf16cd2
authored
Jan 14, 2016
by
raeeschachar
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11201 from edx/raees/chrome-bokchoy-test-annotation-component
Fixed test annotation component failing on Chrome
parents
1ba96f37
c790b62a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/test/acceptance/tests/test_annotatable.py
+3
-0
No files found.
common/test/acceptance/tests/test_annotatable.py
View file @
9cf16cd2
...
...
@@ -9,6 +9,7 @@ from ..pages.lms.courseware import CoursewarePage
from
..pages.lms.annotation_component
import
AnnotationComponentPage
from
..fixtures.course
import
CourseFixture
,
XBlockFixtureDesc
from
textwrap
import
dedent
from
..tests.helpers
import
disable_animations
def
_correctness
(
choice
,
target
):
...
...
@@ -124,6 +125,8 @@ class AnnotatableProblemTest(UniqueCourseTest):
"""
annotation_component_page
=
self
.
_goto_annotation_component_page
()
# This will avoid scrolling related problems on different browsers and instead directly jump on the problem
disable_animations
(
annotation_component_page
)
for
i
in
xrange
(
self
.
annotation_count
):
annotation_component_page
.
click_reply_annotation
(
i
)
...
...
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