Add basic end-to-end test for qute:history.
This commit is contained in:
parent
2c40be31a2
commit
216cef8d9f
@ -67,6 +67,13 @@ Feature: Page history
|
|||||||
http://localhost:(port)/data/hints/html/simple.html Simple link
|
http://localhost:(port)/data/hints/html/simple.html Simple link
|
||||||
http://localhost:(port)/data/hello.txt
|
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
|
## Bugs
|
||||||
|
|
||||||
@qtwebengine_skip
|
@qtwebengine_skip
|
||||||
|
Loading…
Reference in New Issue
Block a user