(page)
| 5 | |
| 6 | @pytest.mark.asyncio |
| 7 | async def test_recaptcha(page): |
| 8 | await page.goto("https://www.google.com/recaptcha/api2/demo") |
| 9 | |
| 10 | with suppress(RecursionError): |
| 11 | result = await page.solve_recaptcha() |
| 12 | assert result |
nothing calls this directly
no test coverage detected