From 216cef8d9f69db7459c0da92a83d2e492573346e Mon Sep 17 00:00:00 2001 From: Imran Sobir Date: Tue, 7 Feb 2017 16:18:00 +0500 Subject: [PATCH] Add basic end-to-end test for qute:history. --- tests/end2end/features/history.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index 7e9c55c99..b749171f6 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -67,6 +67,13 @@ Feature: Page history http://localhost:(port)/data/hints/html/simple.html Simple link http://localhost:(port)/data/hello.txt + Scenario: Listing history + When I open data/numbers/3.txt + And I open data/numbers/4.txt + And I open qute:history + Then the page should contain the plaintext "3.txt" + Then the page should contain the plaintext "4.txt" + ## Bugs @qtwebengine_skip