This commit is contained in:
2025-11-13 20:50:03 +01:00
parent 74c9fd82d7
commit 798aa67135
15 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async def browser():
async def context(browser):
context = await browser.new_context(
viewport={"width": 1920, "height": 1080},
user_agent="Mozilla/5.0 (X11; Linux x86_64) RBox E2E Tests",
user_agent="Mozilla/5.0 (X11; Linux x86_64) MyWebdav E2E Tests",
ignore_https_errors=True,
service_workers='block'
)