From 7685434d8e0c4b17523a55a3a00ce5a132ba103c 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:51:51 +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 e4b8e30..eb8573d 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, 306) + device.click(160, 206) time.sleep(2) device.save_snapshot_to_local('{}_before_click.jpeg'.format(device.sn)) before_click = device.get_wifi_status().get('active') -- Gitee