From 4eecc9cfe71b5b9224b998238d76b5f5b5a54798 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 30 Dec 2019 23:11:38 +0100 Subject: Fix :tab-give test and docs --- doc/help/commands.asciidoc | 2 +- tests/end2end/features/tabs.feature | 2 +- 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 -- cgit v1.2.3-54-g00ecf