test(goal): await dedicated goal change

This commit is contained in:
_Kerman
2026-08-04 14:29:24 +08:00
parent 8ed6a22940
commit 53ebb86ec2

View File

@@ -6,6 +6,6 @@
{ "op": "waitForTurnStart", "minimumTurn": 3 },
{ "op": "cancel", "waitForFile": { "path": ".dsh-snapshot-goal-cancel-ready" } },
{ "op": "waitForTurnEnd" },
{ "op": "waitForEventAfterTurnEnd", "type": "user/message" }
{ "op": "waitForEventAfterTurnEnd", "type": "goal/change" }
]
}