From ad260366ef7a5087004b41fe88a5c5bf01109130 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 9 Jun 2017 11:04:21 +0200 Subject: [PATCH] Remove ":messages without messages" test We can never know for sure there aren't any messages - for example, on Travis we get a message about XDG_RUNTIME_DIR being unset on Qt 5.9. --- tests/end2end/features/misc.feature | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 7dfa50c4c..c7776dde2 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -537,12 +537,6 @@ Feature: Various utility commands. And I wait for "Changing title for idx * to 'log'" in the log Then no crash should happen - Scenario: Using :messages without messages - Given I have a fresh instance - When I run :messages - Then qute://log?level=info should be loaded - And the page should contain the plaintext "No messages to show." - ## https://github.com/qutebrowser/qutebrowser/issues/1523 Scenario: Completing a single option argument