mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-22 11:51:11 +02:00
style: ASCII-only comment in the font-env test (drop em-dashes)
This commit is contained in:
parent
3f5a26a9e8
commit
47a1044733
1 changed files with 2 additions and 2 deletions
|
|
@ -210,8 +210,8 @@ def test_build_env_caller_env_override_wins(monkeypatch):
|
|||
def test_build_env_never_injects_font_env():
|
||||
# The patched binary is self-contained for fonts (always bundle-only; the
|
||||
# exposed set IS the bundle, system-ui + generics baked in C++). The wrapper
|
||||
# must NOT inject any STEALTHFOX_FONTLIST/SYSTEMUI env — even if legacy font
|
||||
# prefs are passed — so there is no external font customization channel.
|
||||
# must NOT inject any STEALTHFOX_FONTLIST/SYSTEMUI env - even if legacy font
|
||||
# prefs are passed - so there is no external font customization channel.
|
||||
ip = InvisiblePlaywright(seed=42)
|
||||
env = ip._build_env({
|
||||
"zoom.stealth.font.fontlist": "arial,calibri,segoe ui",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue