summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-21 21:59:55 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-21 21:59:55 +0200
commitcbc835acb721840236f1abd5006e11ebb1810495 (patch)
treec7a80be4ff88fbe5963467d94c0ff1db7875e280
parentd8d9311c2e1fe9c3981febe15774aec8849a2934 (diff)
downloadqutebrowser-cbc835acb721840236f1abd5006e11ebb1810495.tar.gz
qutebrowser-cbc835acb721840236f1abd5006e11ebb1810495.zip
tests: Try to stabilize inserting_text_into_a_text_field_with_undo
-rw-r--r--tests/end2end/features/yankpaste.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/features/yankpaste.feature b/tests/end2end/features/yankpaste.feature
index 16caac3a3..ecabffd13 100644
--- a/tests/end2end/features/yankpaste.feature
+++ b/tests/end2end/features/yankpaste.feature
@@ -315,6 +315,7 @@ Feature: Yanking and pasting.
And I run :insert-text This text should be undone
And I wait for the javascript message "textarea contents: This text should be undone"
And I press the key "<Ctrl+z>"
+ And I wait for the javascript message "textarea contents: "
# Paste final text
And I run :insert-text This text should stay
# Compare