fix: production 시나리오 품목관리/작업지시 wait_for_table → wait

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-12 07:50:58 +09:00
parent 8a63b4193b
commit 7719177a74

View File

@@ -22,9 +22,9 @@
},
{
"id": 2,
"name": "[생산관리 > 품목관리] 테이블 로드 대기",
"action": "wait_for_table",
"timeout": 5000
"name": "[생산관리 > 품목관리] 콘텐츠 로드 대기",
"action": "wait",
"timeout": 3000
},
{
"id": 3,
@@ -48,9 +48,9 @@
},
{
"id": 6,
"name": "[생산관리 > 작업지시 관리] 테이블 로드 대기",
"action": "wait_for_table",
"timeout": 5000
"name": "[생산관리 > 작업지시 관리] 콘텐츠 로드 대기",
"action": "wait",
"timeout": 3000
},
{
"id": 7,