test_1993452_www_lee_in.py (460B)
1 import pytest 2 3 URL = "https://www.lee.in/men/tshirt/slim-black-8905409383803" 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)