From 49cdb6826ba2edd218f001f88019d725645785cb Mon Sep 17 00:00:00 2001 From: redjie Date: Mon, 19 Sep 2022 12:17:04 +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=8CPIN=E7=A0=81=E6=A1=86=E7=82=B9=E5=87=BB=E4=BD=8D?= =?UTF-8?q?=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: Iab12c265abc4737dc3d982307f82a69cebc67d9f --- 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