Source code

Revision control

Copy as Markdown

Other Tools

import pytest
@pytest.mark.asyncio
@pytest.mark.without_interventions
async def test_sitte_is_still_broken(client):
await client.navigate(URL, wait="none")
assert client.await_text("Algo salió mal")