diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature index 8c02612a0..2b6a84cb7 100644 --- a/tests/end2end/features/yankpaste.feature +++ b/tests/end2end/features/yankpaste.feature @@ -248,11 +248,11 @@ Feature: Yanking and pasting. And I wait for "Clicked editable element!" in the log # Move to the beginning and two words to the right And I press the keys "" - And I press the key "" - And I press the key "" + And I press the key "" + And I press the key "" And I run :insert-text Hello world # Compare - Then the text field should contain "one twoHello world three four" + Then the text field should contain "onHello worlde two three four" Scenario: Inserting text into a text field with undo When I open data/paste_primary.html