Make :rl-backward-delete-char test more stable.

The text could be inserted *after* :rl-backward-delete-char was run.
This commit is contained in:
Florian Bruhin 2015-11-27 18:15:17 +01:00
parent f577da9a6b
commit d5b634301f

View File

@ -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.