tests: Fix accidental network access

Running :adblock-update also updates ABP lists and thus tries downloading easylist.
(cherry picked from commit ac9388fb1b)
This commit is contained in:
Florian Bruhin 2021-03-31 11:49:36 +02:00
parent ccbd1e41d8
commit e1ea8de74f
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ Feature: Using private browsing
When I open about:blank in a private window
And I run :close
And I set content.blocking.hosts.lists to ["http://localhost:(port)/data/blocking/qutebrowser-hosts"]
And I set content.blocking.adblock.lists to []
And I set content.blocking.method to hosts
And I run :adblock-update
And I wait for the message "hostblock: Read 1 hosts from 1 sources."