Skip to content

Commit 46bb768

Browse files
committed
Fix SIMULATOR_UUID placeholder leak in wait_for_ui manifest
Remove static nextSteps block from wait_for_ui.yaml that contained hardcoded SIMULATOR_UUID placeholders. This matches the fix already applied to snapshot_ui.yaml and aligns with the CHANGELOG entry.
1 parent 15edeec commit 46bb768

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

manifests/tools/wait_for_ui.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ outputSchema:
99
version: '2'
1010
routing:
1111
stateful: true
12-
nextSteps:
13-
- label: Refresh runtime snapshot
14-
toolId: snapshot_ui
15-
params:
16-
simulatorId: SIMULATOR_UUID
17-
when: success
18-
- label: Wait again
19-
toolId: wait_for_ui
20-
params:
21-
simulatorId: SIMULATOR_UUID
22-
predicate: settled
23-
when: success
2412
annotations:
2513
title: Wait for UI
2614
readOnlyHint: true

0 commit comments

Comments
 (0)