From 9551a0c7e4e8f2327fb210c241b6fc68bb780742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 11 Jul 2025 05:46:48 +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..0b20eeb 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, 265) time.sleep(2) device.save_snapshot_to_local('{}_before_click.jpeg'.format(device.sn)) before_click = device.get_wifi_status().get('active') -- Gitee