summaryrefslogtreecommitdiff
path: root/tests/end2end/test_insert_mode.py
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2016-08-05 21:55:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2016-08-05 22:01:17 -0400
commit54ba27cf7790d5863db8dd77a9e0c70c63035575 (patch)
treef9e24e5d8f176f45d29575254ea0b6183e7093ab /tests/end2end/test_insert_mode.py
parent778ccad39f1962924a3755c67f82c54b9eee787b (diff)
downloadqutebrowser-54ba27cf7790d5863db8dd77a9e0c70c63035575.tar.gz
qutebrowser-54ba27cf7790d5863db8dd77a9e0c70c63035575.zip
Merge :yank-selected into :yank (fixes #820)
Changes :yank's flag arguments to a positional "what" argument specifying the object to be yanked. Including "selection" as a possibility allows for the replacement of :yank-selected with :yank selection.
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 23a66b110..c8a7f32de 100644
--- a/tests/end2end/test_insert_mode.py
+++ b/tests/end2end/test_insert_mode.py
@@ -54,7 +54,7 @@ def test_insert_mode(file_name, source, input_text, auto_insert, quteproc):
quteproc.send_cmd(':enter-mode caret')
quteproc.send_cmd(':toggle-selection')
quteproc.send_cmd(':move-to-prev-word')
- quteproc.send_cmd(':yank-selected')
+ quteproc.send_cmd(':yank selection')
expected_message = '{} chars yanked to clipboard'.format(len(input_text))
quteproc.mark_expected(category='message',