From d5b634301fc23056e500922048225d70e3a49f83 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 Nov 2015 18:15:17 +0100 Subject: [PATCH] Make :rl-backward-delete-char test more stable. The text could be inserted *after* :rl-backward-delete-char was run. --- tests/integration/features/misc.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index b60998104..ca35e6d61 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -185,6 +185,7 @@ Feature: Various utility commands. Scenario: :rl-backward-delete-char When I run :set-cmd-text :message-info testx + And I wait for "Setting command text, focusing *" in the log And I run :rl-backward-delete-char And I run :command-accept Then the message "test" should be shown.