diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-07-28 18:42:38 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-07-28 18:42:38 +0200 |
commit | 537a5f02ca016ebce9fd8fd396bd65cf4887cffb (patch) | |
tree | 2847b3f7abca3755258089a098086564597ad22f /tests/end2end/features | |
parent | 9b13c2044fb2426656fc9d2a2c4ac1c7a076511e (diff) | |
parent | 2963de3d92d8e1ae3078a376c8d09597d193d16a (diff) | |
download | qutebrowser-537a5f02ca016ebce9fd8fd396bd65cf4887cffb.tar.gz qutebrowser-537a5f02ca016ebce9fd8fd396bd65cf4887cffb.zip |
Merge remote-tracking branch 'origin/pr/4645' into private-window
Diffstat (limited to 'tests/end2end/features')
-rw-r--r-- | tests/end2end/features/invoke.feature | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/end2end/features/invoke.feature b/tests/end2end/features/invoke.feature index 9be38659e..ee45dcb29 100644 --- a/tests/end2end/features/invoke.feature +++ b/tests/end2end/features/invoke.feature @@ -36,6 +36,21 @@ Feature: Invoking a new process - history: - url: http://localhost:*/data/search.html + Scenario: Using new_instance_open_target = private-window + When I set new_instance_open_target to private-window + And I open data/title.html + And I open data/search.html as a URL + Then the session should look like: + windows: + - tabs: + - history: + - url: about:blank + - url: http://localhost:*/data/title.html + - private: True + tabs: + - history: + - url: http://localhost:*/data/search.html + Scenario: Using new_instance_open_target_window = last-opened When I set new_instance_open_target to tab And I set new_instance_open_target_window to last-opened |