summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-12-30 23:11:38 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-12-30 23:11:38 +0100
commit4eecc9cfe71b5b9224b998238d76b5f5b5a54798 (patch)
treeb9d1857b837eede841b5aa4a5bb6f5ea73a81676
parentf78241f2ef72fbcaff789004d982aaff93b22424 (diff)
downloadqutebrowser-4eecc9cfe71b5b9224b998238d76b5f5b5a54798.tar.gz
qutebrowser-4eecc9cfe71b5b9224b998238d76b5f5b5a54798.zip
Fix :tab-give test and docs
-rw-r--r--doc/help/commands.asciidoc2
-rw-r--r--tests/end2end/features/tabs.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 3c6e3dd2d..bbe5a6f3d 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -720,7 +720,7 @@ Insert text at cursor position.
=== inspector
Toggle the web inspector.
-Note: Due a bug in Qt, the inspector will show incorrect request headers in the network tab.
+Note: Due to a bug in Qt, the inspector will show incorrect request headers in the network tab.
[[jseval]]
=== jseval
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index 18744b30f..49b9fc51b 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -1265,7 +1265,7 @@ Feature: Tab management
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new window
And I set tabs.tabs_are_windows to true
- And I run :tab-give 0/1
+ And I run :tab-give 0
Then the error "Can't give tabs when using windows as tabs" should be shown
# Other