refactor for independent test dirs #7
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue