test_1993454_www_wrangler_in.py (462B)
1 import pytest 2 3 URL = "https://www.wrangler.in/women/shirts/-blue-8905409405437" 4 5 6 @pytest.mark.skip_platforms("android") 7 @pytest.mark.asyncio 8 @pytest.mark.with_interventions 9 async def test_enabled(client): 10 assert await client.test_aceomni_pan_and_zoom_works(URL) 11 12 13 @pytest.mark.skip_platforms("android") 14 @pytest.mark.asyncio 15 @pytest.mark.without_interventions 16 async def test_disabled(client): 17 assert not await client.test_aceomni_pan_and_zoom_works(URL)