From 663d1b898b8a23c1cefc637cbbec0fca04037aa0 Mon Sep 17 00:00:00 2001 From: weixin_44968261 Date: Fri, 23 Jan 2026 14:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=A8=E4=BE=8B=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E4=BA=BA=E6=88=AA=E5=9B=BE=E7=AD=89=E5=BE=85=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: weixin_44968261 --- .../basic/screenshot32/new_script/testcases/test_contacts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_contacts.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_contacts.py index 7b67b17f..13d3aab4 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_contacts.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_contacts.py @@ -14,7 +14,8 @@ class Test: def test(self, setup_teardown, device): logging.info('start contacts app') device.start_ability(self.bundle_name, self.ability_name) - + time.sleep(5) + logging.info('compare image similarity') standard_pic = os.path.join(device.resource_path, 'contacts.jpeg') contacts_page_pic = device.save_snapshot_to_local('{}_contacts.jpeg'.format(device.sn))