installable package #9

Merged
dan merged 31 commits from installable into dev 2023-12-07 11:32:03 +01:00
Showing only changes of commit 35908ddc00 - Show all commits

View file

@ -21,6 +21,9 @@ expect.set_options(timeout=TIMEOUT)
@pytest.fixture
def context(context: BrowserContext) -> BrowserContext:
# note: because this has the existing context fixture as an argument, it is ensured
# that the original fixture is called first and then overwritten by this custom one.
context.set_default_timeout(TIMEOUT)
context.set_extra_http_headers(LOCALE)
return context