增加用例联系人截图等待时间

Signed-off-by: weixin_44968261 <xingyuanfeng@h-partners.com>
This commit is contained in:
weixin_44968261
2026-01-23 14:55:58 +08:00
parent fa070e39c5
commit 663d1b898b
@@ -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))