test_1827678_119017_nppes_cms_hhs_gov.py (288B)
1 import pytest 2 3 URL = "https://nppes.cms.hhs.gov/#/" 4 5 UNSUPPORTED_TEXT = "Google Chrome" 6 7 8 @pytest.mark.asyncio 9 @pytest.mark.without_interventions 10 async def test_regression(client): 11 await client.navigate(URL) 12 await client.stall(2) 13 assert not client.find_text(UNSUPPORTED_TEXT)