Don't run test with failed download on Qt 5.11
Looks like we can't use an <a> tag with download-attribute to trigger a failed download in the test on Qt 5.11... See #2298, #3661
This commit is contained in:
parent
513591348c
commit
8cc3804119
@ -201,8 +201,8 @@ Feature: Downloading things from a website.
|
||||
And I run :download-retry
|
||||
Then the error "Retrying downloads is unsupported *" should be shown
|
||||
|
||||
@qtwebkit_skip @qt>=5.10
|
||||
Scenario: Retrying a failed download with QtWebEngine (Qt >= 5.10)
|
||||
@qtwebkit_skip @qt==5.10.1
|
||||
Scenario: Retrying a failed download with QtWebEngine (Qt 5.10)
|
||||
When I open data/downloads/issue2298.html
|
||||
And I run :click-element id download
|
||||
And I wait for "Download error: *" in the log
|
||||
|
Loading…
Reference in New Issue
Block a user