mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-25 22:25:30 -04:00
Merge pull request !374 from openharmony_ci/revert-merge-372-master
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user