From f2d5dd42cb914298edb875383c0cd49002707d0f Mon Sep 17 00:00:00 2001 From: oh_ci Date: Thu, 6 Feb 2025 09:36:31 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!581=20:?= =?UTF-8?q?=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR=E3=80=91=EF=BC=9Au?= =?UTF-8?q?pdate=20cases/smoke/basic/screenshot32/new=5Fscript/testcases/t?= =?UTF-8?q?est=5Fsettings=5Fwifi.py.'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 da9c26d..72709ac 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 @@ -30,7 +30,7 @@ class Test: before_click = device.get_wifi_status().get('active') logging.info('turn on/off wlan swith') - device.hdc_shell(f'uitest uiInput click 646, 210') + device.click(646, 210) time.sleep(5) device.save_snapshot_to_local('{}_after_click.jpeg'.format(device.sn)) after_click = device.get_wifi_status().get('active') -- Gitee