Fix test_qtargs on Qt 5

This commit is contained in:
Florian Bruhin 2023-06-30 15:59:08 +02:00
parent 8e024ee654
commit 8dd5ba0abe
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def reduce_args(config_stub, version_patcher, monkeypatch):
version_patcher('5.15.3')
config_stub.val.content.headers.referer = 'always'
config_stub.val.scrolling.bar = 'never'
config_stub.val.qt.chromium.experimental_web_platform_features = 'never'
monkeypatch.setattr(qtargs.utils, 'is_mac', False)
# Avoid WebRTC pipewire feature
monkeypatch.setattr(qtargs.utils, 'is_linux', False)