summaryrefslogtreecommitdiff
path: root/tests/end2end/test_insert_mode.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-03-01 17:30:48 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-03-01 17:30:48 +0100
commitbc0a9cd94da3ea25a4ec919803750aa969ac4cdb (patch)
tree8f54d1b67e624c8a4825caee325cee7350880a62 /tests/end2end/test_insert_mode.py
parent1e1ba34b600749623e97cc22e013dd5c37d9d05d (diff)
downloadqutebrowser-bc0a9cd94da3ea25a4ec919803750aa969ac4cdb.tar.gz
qutebrowser-bc0a9cd94da3ea25a4ec919803750aa969ac4cdb.zip
Move cursor to end with input elements on QtWebEngine
Diffstat (limited to 'tests/end2end/test_insert_mode.py')
-rw-r--r--tests/end2end/test_insert_mode.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/end2end/test_insert_mode.py b/tests/end2end/test_insert_mode.py
index 61c0d8a1e..8b9ed3aca 100644
--- a/tests/end2end/test_insert_mode.py
+++ b/tests/end2end/test_insert_mode.py
@@ -48,12 +48,6 @@ def test_insert_mode(file_name, elem_id, source, input_text, auto_insert, zoom,
if source == 'keypress':
quteproc.press_keys(input_text)
elif source == 'clipboard':
- if request.config.webengine:
- pytest.xfail(reason="QtWebEngine TODO: caret mode is not "
- "implemented")
- # Note we actually run the keypress tests with QtWebEngine, as for
- # some reason it selects all the text when clicking the field the
- # second time.
quteproc.send_cmd(':debug-set-fake-clipboard "{}"'.format(input_text))
quteproc.send_cmd(':insert-text {clipboard}')
else: