!374 回退 'Pull Request !372 : 回退 'Pull Request !371 : 测试用例恢复第三批wifi''

Merge pull request !374 from openharmony_ci/revert-merge-372-master
This commit is contained in:
openharmony_ci
2024-05-15 08:57:58 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ TEST_CASE_MUST = [
# 根据用例耗时分配的两台设备跑的用例,使两台设备跑的时间都差不多在2min
TEST_CASE_DEVICE1 = [
#'SettingsWifi',
'SettingsWifi',
'CrashCheck',
'Photos',
'Contacts',
@@ -47,7 +47,7 @@ class SettingsWifi(ITestCase):
# 打开wlan
self.step('步骤5:打开wifi开关')
self.common_oh.touchByType(self.Phone1, 'Toggle')
self.common_oh.wait(self.Phone1, 3)
self.common_oh.wait(self.Phone1, 10)
self.step('步骤6:检查wifi是否打开')
WifiHelper.checkWifiState(self.Phone1)