回退 'Pull Request !637 : 【轻量级 PR】:update cases/smoke/basic/screenshot32/new_script/testcases/test_settings_wifi.py.'

This commit is contained in:
oh_ci
2025-02-25 07:15:01 +00:00
committed by Gitee
parent 63fe728867
commit dbfc87cf51
@@ -36,4 +36,4 @@ class Test:
device.save_snapshot_to_local('{}_after_click.jpeg'.format(device.sn))
after_click = device.get_wifi_status().get('active')
logging.info('wlan switch changes from [{}] to [{}]'.format(before_click, after_click))
# assert before_click != after_click, 'wlan switch turn on/off failed'
assert before_click != after_click, 'wlan switch turn on/off failed'