summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-06-06 21:12:23 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-06-06 21:14:20 +0200
commitdd84845f0163b4a26682b62fe750985287ca1f27 (patch)
tree47efa63607242037a174243d6244ed6a27957b18
parentcf53f9042ad92487de0e1143e42c9ecb95c1bcb9 (diff)
downloadqutebrowser-dd84845f0163b4a26682b62fe750985287ca1f27.tar.gz
qutebrowser-dd84845f0163b4a26682b62fe750985287ca1f27.zip
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 (cherry picked from commit 8cc380411976f805a65d1ba6c8b72985a585c22a)
-rw-r--r--tests/end2end/features/downloads.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature
index da5b0b5ae..7aa92abe0 100644
--- a/tests/end2end/features/downloads.feature
+++ b/tests/end2end/features/downloads.feature
@@ -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