add a test for opening mhtml downloads
This commit is contained in:
parent
bd5274af5a
commit
536c76848e
@ -219,6 +219,15 @@ Feature: Downloading things from a website.
|
|||||||
And I wait for "File successfully written." in the log
|
And I wait for "File successfully written." in the log
|
||||||
Then no crash should happen
|
Then no crash should happen
|
||||||
|
|
||||||
|
@qtwebengine_todo: :download --mhtml is not implemented yet
|
||||||
|
Scenario: Opening a mhtml download directly
|
||||||
|
When I set storage -> prompt-download-directory to true
|
||||||
|
And I open html
|
||||||
|
And I run :download --mhtml
|
||||||
|
And I wait for the download prompt for "*"
|
||||||
|
And I directly open the download
|
||||||
|
Then "Opening *.mht* with [*python*]" should be logged
|
||||||
|
|
||||||
## :download-cancel
|
## :download-cancel
|
||||||
|
|
||||||
Scenario: Cancelling a download
|
Scenario: Cancelling a download
|
||||||
|
Loading…
Reference in New Issue
Block a user