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 da9c26d78034a5b10ca69167f9cd983ce49d3116..72709ac56b04587d6236c110a053df16a960660f 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')