From 170614ed379f1a4f2c0c6fe6240721cc148cd7e9 Mon Sep 17 00:00:00 2001 From: liyanlin02 Date: Mon, 6 May 2024 10:05:10 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20e2cf0a6=20from=20https://gitee.com/liya?= =?UTF-8?q?nlin02/developtools=5Fintegration=5Fverification/pulls/362=20?= =?UTF-8?q?=E6=B6=88=E6=8E=89=E6=A1=8C=E9=9D=A2=E7=9A=84=E5=85=85=E7=94=B5?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyanlin02 --- .../smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py b/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py index b19be14..cba7888 100644 --- a/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py +++ b/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py @@ -32,6 +32,7 @@ class Launcher(ITestCase): # 屏幕常亮 self.step('步骤4{}:设置屏幕常亮'.format(retry)) DeviceInfoHelper.setSleep(self.Phone1, time_sleep=600) + self.common_oh.click(self.Phone1, x=360, y=720) # self.common_oh.shell(self.Phone1, 'power-shell setmode 602') # # 检查屏幕点亮状态 # power_state = self.common_oh.shell(self.Phone1, 'hidumper -s 3308') -- Gitee