chore: remove trailing whitespace from README.md line 42
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user