summaryrefslogtreecommitdiff
path: root/tests/end2end/features/caret.feature
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-03-27 19:49:09 +0100
committerFlorian Bruhin <me@the-compiler.org>2024-03-27 19:49:09 +0100
commit713a4e5ec27e9dd5e131cead6adc0438a9b3971f (patch)
tree873b4b8ad3c073987b0fa50f33b709bf137661c8 /tests/end2end/features/caret.feature
parent7a969a2d54633f334f7ba2002515471eec472c59 (diff)
downloadqutebrowser-713a4e5ec27e9dd5e131cead6adc0438a9b3971f.tar.gz
qutebrowser-713a4e5ec27e9dd5e131cead6adc0438a9b3971f.zip
Fix caret tests on Qt 6 and Windowsflaky-caret-windows
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"