summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-18 19:37:10 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-19 20:30:24 +0000
commit6e65e55f3ff8189c0dba29b98fca12d76a34a68e (patch)
treec0dec1e8060dbfb598d21bc9be1cbe9f5266ec82
parent804574e17862dc24a58077abfc9d9106a4001818 (diff)
downloadqutebrowser-6e65e55f3ff8189c0dba29b98fca12d76a34a68e.tar.gz
qutebrowser-6e65e55f3ff8189c0dba29b98fca12d76a34a68e.zip
Fix test failure for host blocking in private.feature
-rw-r--r--tests/end2end/features/private.feature5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature
index 2698555ab..e12259aa2 100644
--- a/tests/end2end/features/private.feature
+++ b/tests/end2end/features/private.feature
@@ -220,9 +220,10 @@ Feature: Using private browsing
Scenario: Adblocking after reiniting private profile
When I open about:blank in a private window
And I run :close
- And I set content.host_blocking.lists to ["http://localhost:(port)/data/adblock/qutebrowser"]
+ And I set content.blocking.hosts.lists to ["http://localhost:(port)/data/adblock/qutebrowser"]
+ And I set content.blocking.method to hosts
And I run :adblock-update
- And I wait for the message "adblock: Read 1 hosts from 1 sources."
+ And I wait for the message "hostblock: Read 1 hosts from 1 sources."
And I open data/adblock/external_logo.html in a private window
Then "Request to qutebrowser.org blocked by host blocker." should be logged