Add basic end-to-end test for qute:history.

This commit is contained in:
Imran Sobir 2017-02-07 16:18:00 +05:00
parent 2c40be31a2
commit 216cef8d9f

View File

@ -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