From 531df0850873ebff10a2c5b280d5ec89236b9f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Thu, 10 Jul 2025 08:49:07 +0000 Subject: [PATCH] update cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py. 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 eb8573d..e4b8e30 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 @@ -24,7 +24,7 @@ class Test: # assert similarity > 0.5, 'compare similarity failed' logging.info('enter wlan page') - device.click(160, 206) + device.click(160, 306) time.sleep(2) device.save_snapshot_to_local('{}_before_click.jpeg'.format(device.sn)) before_click = device.get_wifi_status().get('active') -- Gitee