tests: remove wait in mhtml cancel test

This commit is contained in:
Daniel Schadt 2016-06-03 16:09:31 +02:00
parent 44b1344467
commit fd27caf311

View File

@ -130,7 +130,6 @@ Feature: Downloading things from a website.
Scenario: Cancelling a MHTML download (issue 1535)
When I open data/downloads/issue1535.html
And I run :download --mhtml
And I wait 1s
And I run :download-cancel
Then no crash should happen