fix: production 시나리오 품목관리/작업지시 wait_for_table → wait
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user