mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-08-28 05:49:59 -04:00
!581 update cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py.
Merge pull request !581 from 贾孟元/N/A
This commit is contained in:
@@ -30,7 +30,7 @@ class Test:
|
||||
before_click = device.get_wifi_status().get('active')
|
||||
|
||||
logging.info('turn on/off wlan swith')
|
||||
device.click(646, 210)
|
||||
device.hdc_shell(f'uitest uiInput 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')
|
||||
|
||||
Reference in New Issue
Block a user