Skip to content
Snippets Groups Projects
Commit bea3663e authored by Ben Patterson's avatar Ben Patterson
Browse files

Merge pull request #11317 from edx/benp/test-edit-raw-old

[firefox upgrade] Wait for code mirror editor to be active
parents 30b5cebc d7be722c
No related merge requests found
......@@ -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']).\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment