From 7e1ed23867802ad1a8aa9dacf49ea088fad6b959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Mon, 17 Feb 2025 12:01:55 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/new=5Fs?= =?UTF-8?q?cript/conftest.py.=20=E5=8F=8C=E5=87=BBusb=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 0d8f710..da19483 100644 --- a/cases/smoke/basic/screenshot32/new_script/conftest.py +++ b/cases/smoke/basic/screenshot32/new_script/conftest.py @@ -41,9 +41,9 @@ def setup_teardown(request, device): time.sleep(1) if device.get_focus_window() == 'SystemDialog1': device.click(595, 555) - time.sleep(3) - #if device.get_focus_window() == 'SystemDialog1': - # device.click(360, 800) + time.sleep(4) + if device.get_focus_window() == 'SystemDialog1': + device.click(360, 800) device.click(360, 1245) time.sleep(1) device.click(360, 1245) -- Gitee