From 6781f6409bf84b6340af74331c7a60f29126f190 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 19 Aug 2016 15:05:20 +0200 Subject: [PATCH] bdd: Test :debug-log-capacity with negative value --- tests/end2end/features/misc.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index a5b31db2a..0e96aa3c3 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -471,6 +471,10 @@ Feature: Various utility commands. Then the page should contain the plaintext "newstuff" And the page should not contain the plaintext "oldstuff" + Scenario: Using :debug-log-capacity with negative capacity + When I run :debug-log-capacity -1 + Then the error "Can't set a negative log capacity!" should be shown + ## https://github.com/The-Compiler/qutebrowser/issues/1523 Scenario: Completing a single option argument