test_1836103_autostar_novoross_ru.py (279B)
1 import pytest 2 3 URL = "https://autostar-novoross.ru/" 4 DEAD_SITE_TEXT = "Domain has been assigned" 5 6 7 @pytest.mark.asyncio 8 @pytest.mark.without_interventions 9 async def test_regression(client): 10 await client.navigate(URL, wait="none") 11 assert client.await_text(DEAD_SITE_TEXT)