summaryrefslogtreecommitdiff
path: root/tests/end2end/test_insert_mode.py
diff options
context:
space:
mode:
authorJan Verbeek <ring@openmailbox.org>2016-08-10 21:55:16 +0200
committerJan Verbeek <ring@openmailbox.org>2016-08-10 21:55:16 +0200
commit4966debd61426bea25a4c82fbfeeb27d17dcca5e (patch)
tree2d0933a7e0a92495b0ab7429238a64f09b789612 /tests/end2end/test_insert_mode.py
parentdb0f8fffcd42ff7c8809ba36034d1ac0eba1c142 (diff)
downloadqutebrowser-4966debd61426bea25a4c82fbfeeb27d17dcca5e.tar.gz
qutebrowser-4966debd61426bea25a4c82fbfeeb27d17dcca5e.zip
Deprecate :paste-primary to :insert-text {primary}
Diffstat (limited to 'tests/end2end/test_insert_mode.py')
-rw-r--r--tests/end2end/test_insert_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/test_insert_mode.py b/tests/end2end/test_insert_mode.py
index c8a7f32de..d6c5022aa 100644
--- a/tests/end2end/test_insert_mode.py
+++ b/tests/end2end/test_insert_mode.py
@@ -46,7 +46,7 @@ def test_insert_mode(file_name, source, input_text, auto_insert, quteproc):
quteproc.press_keys(input_text)
elif source == 'clipboard':
quteproc.send_cmd(':debug-set-fake-clipboard "{}"'.format(input_text))
- quteproc.send_cmd(':paste-primary')
+ quteproc.send_cmd(':insert-text {primary}')
quteproc.send_cmd(':hint all')
quteproc.send_cmd(':follow-hint a')