From 713a74cfd4a4b1aaca1451264467f4dfe28e6395 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 15 Sep 2016 12:40:47 +0200 Subject: [PATCH] Fix end2end tests --- tests/end2end/features/downloads.feature | 4 ++-- tests/end2end/features/misc.feature | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index a59169372..18a65dfbc 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -154,11 +154,11 @@ Feature: Downloading things from a website. Scenario: :download with deprecated dest-old argument When I run :download http://localhost:(port)/ deprecated-argument - Then the warning ":download [url] [dest] is deprecated - use download --dest [dest] [url]" should be shown + Then the warning ":download [url] [dest] is deprecated - use :download --dest [dest] [url]" should be shown Scenario: Two destinations given When I run :download --dest destination2 http://localhost:(port)/ destination1 - Then the warning ":download [url] [dest] is deprecated - use download --dest [dest] [url]" should be shown + Then the warning ":download [url] [dest] is deprecated - use :download --dest [dest] [url]" should be shown And the error "Can't give two destinations for the download." should be shown Scenario: :download --mhtml with a URL given diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index dfe4bbc55..f06fae098 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -499,7 +499,7 @@ Feature: Various utility commands. Scenario: Using :debug-log-capacity When I run :debug-log-capacity 100 And I run :message-info oldstuff - And I run :repeat 10 :message-info otherstuff + And I run :repeat 20 :message-info otherstuff And I run :message-info newstuff And I open qute:log Then the page should contain the plaintext "newstuff"