Source code
Revision control
Copy as Markdown
Other Tools
import pytest
@pytest.mark.asyncio
@pytest.mark.with_interventions
async def test_enabled(client):
assert await client.test_entrata_banner_hidden(URL)
@pytest.mark.asyncio
@pytest.mark.without_interventions
async def test_disabled(client):
assert not await client.test_entrata_banner_hidden(URL)