rename conftest so it can be imported as plugin

This commit is contained in:
Daniel 2023-12-05 18:10:01 +01:00
parent 52c5e24f7a
commit 71c38e0a50

View file

@ -23,6 +23,9 @@ TIMEOUT = 15_000
expect.set_options(timeout=TIMEOUT)
print("heeeeeeeeeeeeeeeeeeeloooooooooooooooooooooooo")
@pytest.fixture
def context(context: BrowserContext) -> BrowserContext:
context.set_default_timeout(TIMEOUT)