summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-01 21:45:31 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-01 21:45:31 +0100
commit024e7ec38d46b1b1759e34cc660d2b3e4f97de4d (patch)
tree8240f3d9978be609ccb8002b886e4ecd31c3c04e /tests
parent2c8dec9ece936192aa1bf41496cfa9ead549ac0c (diff)
downloadqutebrowser-024e7ec38d46b1b1759e34cc660d2b3e4f97de4d.tar.gz
qutebrowser-024e7ec38d46b1b1759e34cc660d2b3e4f97de4d.zip
tests: Make unwritable download test work on other locales
Looks like the error message is localized.
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/downloads.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature
index 226e99ffa..1433f4c0a 100644
--- a/tests/end2end/features/downloads.feature
+++ b/tests/end2end/features/downloads.feature
@@ -611,7 +611,7 @@ Feature: Downloading things from a website.
When the unwritable dir is unwritable
And I set downloads.location.prompt to false
And I run :download http://localhost:(port)/data/downloads/download.bin --dest (tmpdir)/downloads/unwritable
- Then the error "Download error: Permission denied" should be shown
+ Then the error "Download error: *" should be shown
Scenario: Downloading 20MB file
When I set downloads.location.prompt to false