summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-01 21:14:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-01 21:14:03 +0100
commit643c7fce2ee5e68629a91e2364c6147b5c21d9f3 (patch)
tree5896ac76c42d3952cbcb083b324f4dcea949ebbf /tests
parent6509bb824a78a622bb3aa456eaf5389fcf71dbce (diff)
parent8885ad1392255eceb3f38270f685545934815099 (diff)
downloadqutebrowser-643c7fce2ee5e68629a91e2364c6147b5c21d9f3.tar.gz
qutebrowser-643c7fce2ee5e68629a91e2364c6147b5c21d9f3.zip
Merge remote-tracking branch 'origin/pr/6123'
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/misc.feature12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature
index f2e098bc7..351135fab 100644
--- a/tests/end2end/features/misc.feature
+++ b/tests/end2end/features/misc.feature
@@ -468,6 +468,18 @@ Feature: Various utility commands.
And I run :command-accept
Then the message "blah" should be shown
+ Scenario: Command starting with space and calling previous command
+ When I run :set-cmd-text :message-info first
+ And I run :command-accept
+ And I wait for "first" in the log
+ When I run :set-cmd-text : message-info second
+ And I run :command-accept
+ And I wait for "second" in the log
+ And I run :set-cmd-text :
+ And I run :command-history-prev
+ And I run :command-accept
+ Then the message "first" should be shown
+
Scenario: Calling previous command with :completion-item-focus
When I run :set-cmd-text :message-info blah
And I wait for "Entering mode KeyMode.command (reason: *)" in the log