From f6e2a7b63f666bb3fa062cbc0d70bd5074255512 Mon Sep 17 00:00:00 2001 From: redjie Date: Fri, 30 Jun 2023 15:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E7=9B=B8=E6=9C=BA=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9B=BE=E5=BA=93=E7=9A=84=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: redjie Change-Id: I352e2311c5a2a9c2b0bbb0b4db8168e718623a81 --- .../screenshot32/resource/app_capture_screen_test_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json index a1c3b60..ec9d285 100644 --- a/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json +++ b/cases/smoke/basic/screenshot32/resource/app_capture_screen_test_config.json @@ -64,7 +64,7 @@ "kill_camera": ["killall com.ohos.camera"], "kill_photos": ["killall com.ohos.photos"], "all_actions": [ - [1, "open_camera_log"], [5, "start_camera"], [3, "take_photos-x-y"], [2, "convert_to_video-x-y"], [3, "take_photos-x-y"], [2, "stop_video-x-y"], [6, "convert_to_photos-x-y"], + [1, "open_camera_log"], [5, "start_camera"], [3, "take_photos-x-y"], [2, "convert_to_video-x-y"], [3, "take_photos-x-y"], [2, "stop_video-x-y"], [11, "convert_to_photos-x-y"], [1, "recover_log"], [1, "check_result"], [1, "shot_cmd", "camera"], [1, "compress_log"], [1, "check_photos"], [1, "get_file_from_dev", "/data/log/hilog/camera_log.tar"], [1, "kill_camera"], [1, "kill_photos"] ] -- Gitee