From 22d9c49169ece6e905051fd832bd2b1e9d1c1d2c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Sep 2016 19:34:38 +0200 Subject: [PATCH] Stabilize scrolling in :repeat-command test --- tests/end2end/features/misc.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 1719a2fa4..e7763a3ce 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -553,6 +553,7 @@ Feature: Various utility commands. And I wait for "Scroll position changed to *" in the log And I run :prompt-accept And I run :repeat-command with count 2 + And I wait for "Scroll position changed to *" in the log Then the page should not be scrolled And the error "prompt-accept: This command is only allowed in prompt/yesno mode." should be shown