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
dbb52326
Commit
dbb52326
authored
Jun 11, 2015
by
cahrens
Committed by
muzaffaryousaf
Dec 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try changing how the viewer is dismissed.
parent
50a6b3b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
common/test/acceptance/pages/lms/edxnotes.py
+3
-5
No files found.
common/test/acceptance/pages/lms/edxnotes.py
View file @
dbb52326
...
...
@@ -564,7 +564,7 @@ class EdxNoteHighlight(NoteChild):
"""
Clicks cancel button.
"""
self
.
q
(
css
=
self
.
_bounded_selector
(
".annotator-c
ancel
"
))
.
first
.
click
()
self
.
q
(
css
=
self
.
_bounded_selector
(
".annotator-c
lose
"
))
.
first
.
click
()
self
.
wait_for_notes_invisibility
(
"Note is canceled."
)
return
self
...
...
@@ -605,8 +605,7 @@ class EdxNoteHighlight(NoteChild):
text
=
element
.
text
[
0
]
.
strip
()
else
:
text
=
None
self
.
q
(
css
=
(
"body"
))
.
first
.
click
()
self
.
wait_for_notes_invisibility
()
self
.
cancel
()
return
text
@text.setter
...
...
@@ -629,8 +628,7 @@ class EdxNoteHighlight(NoteChild):
if
tags
:
for
tag
in
tags
:
tag_text
.
append
(
tag
.
text
)
self
.
q
(
css
=
"body"
)
.
first
.
click
()
self
.
wait_for_notes_invisibility
()
self
.
cancel
()
return
tag_text
@tags.setter
...
...
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