Source code
Revision control
Copy as Markdown
Other Tools
import pytest
CALENDAR_CSS = "#rs-calendar"
@pytest.mark.asyncio
@pytest.mark.without_interventions
async def test_regression(client):
await client.navigate(URL, wait="none")
assert client.await_css(CALENDAR_CSS, is_displayed=True)