From 497ff8d602c0787bc580749c20772b016fbee8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 21 Feb 2025 08:07:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/new=5Fs?= =?UTF-8?q?cript/conftest.py.=20=E5=85=B3=E9=97=AD=E7=AC=AC=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=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 0f47778..b2e8e17 100644 --- a/cases/smoke/basic/screenshot32/new_script/conftest.py +++ b/cases/smoke/basic/screenshot32/new_script/conftest.py @@ -42,9 +42,9 @@ def setup_teardown(request, device): 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) + #if device.get_focus_window() == 'SystemDialog1': + # device.click(360, 800) + # time.sleep(10) device.click(360, 1245) time.sleep(1) device.click(360, 1245) -- Gitee