From e29a705896c33163f499378d12e1648a609ee67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 14 Mar 2025 07:16:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20usb=20=E5=BC=B9=E7=AA=97=20=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BD=8D=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- cases/smoke/basic/screenshot32/new_script/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/conftest.py b/cases/smoke/basic/screenshot32/new_script/conftest.py index fbbc611..0d2d3e0 100644 --- a/cases/smoke/basic/screenshot32/new_script/conftest.py +++ b/cases/smoke/basic/screenshot32/new_script/conftest.py @@ -40,7 +40,7 @@ def setup_teardown(request, device): device.go_home() time.sleep(1) if device.get_focus_window() == 'SystemDialog1': - device.click(595, 555) + device.click(595, 635) time.sleep(15) #if device.get_focus_window() == 'SystemDialog1': # device.click(360, 800) -- Gitee