From 398c8d88a7c1296902f6c8a80de0f981aac6bec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Mon, 24 Feb 2025 03:13:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/new=5Fs?= =?UTF-8?q?cript/conftest.py.=20=E5=8F=96=E6=B6=88=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=8C=E6=94=B9=E6=88=90=E5=86=8Dlauncher?= =?UTF-8?q?=20=E9=87=8C=E6=A3=80=E6=9F=A5=E5=BC=B9=E7=AA=97?= 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cases/smoke/basic/screenshot32/new_script/conftest.py b/cases/smoke/basic/screenshot32/new_script/conftest.py index b2e8e17..0ba49f8 100644 --- a/cases/smoke/basic/screenshot32/new_script/conftest.py +++ b/cases/smoke/basic/screenshot32/new_script/conftest.py @@ -39,9 +39,9 @@ def setup_teardown(request, device): time.sleep(2) device.go_home() time.sleep(1) - if device.get_focus_window() == 'SystemDialog1': - device.click(595, 555) - time.sleep(15) + #if device.get_focus_window() == 'SystemDialog1': + # device.click(595, 555) + #time.sleep(15) #if device.get_focus_window() == 'SystemDialog1': # device.click(360, 800) # time.sleep(10) -- Gitee