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))