diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_camera.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_camera.py index 30b89cf382621bef7eb1af865334735d5e468fb0..4bc77fc39ef97ae6b1d379478519ed67acf200ea 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_camera.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_camera.py @@ -25,7 +25,9 @@ class Test: device.click(430, 980) time.sleep(2) device.save_snapshot_to_local('{}_camera_step3.jpeg'.format(device.sn)) - + device.wakeup() + device.unlock() + time.sleep(2) logging.info('click shot button') device.click(360, 1095) time.sleep(5)