summaryrefslogtreecommitdiff
path: root/tests/end2end/features/hints.feature
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-05-29 13:56:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-05-29 13:56:04 +0200
commit58436a29556e3b8ff21cb2f494bfb83768dadb6d (patch)
tree099919fceb69c9956567f9852c0ba0f6f32e6033 /tests/end2end/features/hints.feature
parent5cef49ff3074f9eab1da6937a141a39a20828502 (diff)
downloadqutebrowser-process-message-improvements.tar.gz
qutebrowser-process-message-improvements.zip
Diffstat (limited to 'tests/end2end/features/hints.feature')
-rw-r--r--tests/end2end/features/hints.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index 2d597da13..1cfd8ccad 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -62,23 +62,23 @@ Feature: Using hints
Scenario: Using :hint spawn with flags and -- (issue 797)
When I open data/hints/html/simple.html
And I hint with args "-- all spawn -v (python-executable) -c ''" and follow a
- Then the message "Command exited successfully." should be shown
+ Then the message "Command exited successfully. See :process * for details." should be shown
Scenario: Using :hint spawn with flags (issue 797)
When I open data/hints/html/simple.html
And I hint with args "all spawn -v (python-executable) -c ''" and follow a
- Then the message "Command exited successfully." should be shown
+ Then the message "Command exited successfully. See :process * for details." should be shown
Scenario: Using :hint spawn with flags and --rapid (issue 797)
When I open data/hints/html/simple.html
And I hint with args "--rapid all spawn -v (python-executable) -c ''" and follow a
- Then the message "Command exited successfully." should be shown
+ Then the message "Command exited successfully. See :process * for details." should be shown
@posix
Scenario: Using :hint spawn with flags passed to the command (issue 797)
When I open data/hints/html/simple.html
And I hint with args "--rapid all spawn -v echo -e foo" and follow a
- Then the message "Command exited successfully." should be shown
+ Then the message "Command exited successfully. See :process * for details." should be shown
Scenario: Using :hint run
When I open data/hints/html/simple.html