Source code
Revision control
Copy as Markdown
Other Tools
import pytest
@pytest.mark.skip_platforms("android")
@pytest.mark.asyncio
async def test_regression(client):
redirect = await client.promise_navigation_begins(url=SUPPORTED_URL, timeout=20)
await client.navigate(URL)
assert await redirect