From d918c636dfe1149e30c9000e34338223ecf4049a Mon Sep 17 00:00:00 2001 From: redjie Date: Mon, 19 Sep 2022 11:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E8=8E=B7=E7=84=A6?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BB=91=E5=AE=9A=E8=BE=93=E5=85=A5=E6=B3=95?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BD=8D=E7=BD=AE=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: redjie Change-Id: Iead3de4ca2fed408cd17dfb5c6d1507b9db1bf8a --- screenshot32/DistributedTest/testcases/DistributedTest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/screenshot32/DistributedTest/testcases/DistributedTest.py b/screenshot32/DistributedTest/testcases/DistributedTest.py index 4e9dc11..8ab01cc 100644 --- a/screenshot32/DistributedTest/testcases/DistributedTest.py +++ b/screenshot32/DistributedTest/testcases/DistributedTest.py @@ -62,10 +62,9 @@ class DistributedTest(TestCase): else: j = int(i) - 1 CommonOH.click(self.Phone1, 46 + j * 70, 778) - CommonOH.click(self.Phone1, 300, 612) time.sleep(1) # 确定 - CommonOH.click(self.Phone1, 500, 690) + CommonOH.click(self.Phone1, 500, 530) def sub_distributed_smoke_testcase_0300(self): # 切入后台,结束进程 -- Gitee