From a86945f9398fba4831a3cd55ba513356d52c70c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Tue, 18 Mar 2025 02:47:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/new=5Fs?= =?UTF-8?q?cript/testcases/test=5Fsettings=5Fwifi.py.=20=E5=87=8F=E5=B0=91?= =?UTF-8?q?7=E7=A7=92=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- .../screenshot32/new_script/testcases/test_settings_wifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py index c26fee54..e4b8e30d 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py @@ -32,7 +32,7 @@ class Test: logging.info('turn on/off wlan swith') device.click(646, 210) #device.hdc_shell(f'uitest uiInput click 646 210') - time.sleep(15) + time.sleep(8) device.save_snapshot_to_local('{}_after_click.jpeg'.format(device.sn)) after_click = device.get_wifi_status().get('active') logging.info('wlan switch changes from [{}] to [{}]'.format(before_click, after_click))