Skip to content

Commit 57f6440

Browse files
committed
Merge branch 'p1' into p3
2 parents 7a76a56 + e641858 commit 57f6440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class _Dummy:
4040

4141
# Minimal symbols imported by `sentience.browser`
4242
async_api_mod.BrowserContext = _Dummy
43+
async_api_mod.Browser = _Dummy
4344
async_api_mod.Page = _Dummy
4445
async_api_mod.Playwright = _Dummy
4546
async_api_mod.PlaywrightContextManager = _Dummy
@@ -52,6 +53,7 @@ async def _async_playwright():
5253
async_api_mod.async_playwright = _async_playwright
5354

5455
sync_api_mod.BrowserContext = _Dummy
56+
sync_api_mod.Browser = _Dummy
5557
sync_api_mod.Page = _Dummy
5658
sync_api_mod.Playwright = _Dummy
5759
sync_api_mod.PlaywrightContextManager = _Dummy

0 commit comments

Comments
 (0)