Actually test :download --mhtml, not :download

This commit is contained in:
Daniel Schadt 2015-11-21 12:37:26 +01:00
parent c7294781f5
commit 59c9c6ccb0

View File

@ -63,5 +63,5 @@ Feature: Downloading things from a website.
Scenario: Downloading as mhtml with non-ASCII headers
When I open response-headers?Content-Type=text%2Fpl%C3%A4in
And I run :download --dest mhtml-response-headers.mht
And I run :download --mhtml --dest mhtml-response-headers.mht
Then no crash should happen