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
bea3663e
Commit
bea3663e
authored
Jan 29, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11317 from edx/benp/test-edit-raw-old
[firefox upgrade] Wait for code mirror editor to be active
parents
30b5cebc
d7be722c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
common/test/acceptance/pages/studio/html_component_editor.py
+1
-0
No files found.
common/test/acceptance/pages/studio/html_component_editor.py
View file @
bea3663e
...
...
@@ -55,6 +55,7 @@ class HtmlComponentEditorView(ComponentEditorView):
"""
self
.
q
(
css
=
self
.
editor_mode_css
)
.
click
()
self
.
q
(
css
=
'[aria-label="Edit HTML"]'
)
.
click
()
self
.
wait_for_element_visibility
(
'.mce-title'
,
'Wait for CodeMirror editor'
)
#Focus goes to the editor by default
ActionChains
(
self
.
browser
)
.
send_keys
([
Keys
.
CONTROL
,
'a'
])
.
\
...
...
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