summaryrefslogtreecommitdiff
path: root/tests/end2end/features/caret.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/caret.feature')
-rw-r--r--tests/end2end/features/caret.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end2end/features/caret.feature b/tests/end2end/features/caret.feature
index 1302a1e6d..d6e65440c 100644
--- a/tests/end2end/features/caret.feature
+++ b/tests/end2end/features/caret.feature
@@ -34,11 +34,11 @@ Feature: Caret mode
Scenario: :yank selection with --keep
When I run :selection-toggle
- And I run :move-to-end-of-word
+ And I run :move-to-next-word
And I run :yank selection --keep
And I run :move-to-end-of-word
And I run :yank selection --keep
- Then the message "3 chars yanked to clipboard" should be shown
+ Then the message "4 chars yanked to clipboard" should be shown
And the message "7 chars yanked to clipboard" should be shown
And the clipboard should contain "one two"