test(acp): await goal cancellation persistence

This commit is contained in:
Tianyi Cui
2026-07-28 00:13:09 +08:00
parent 1c1e52bd3f
commit c8814d7347
1 file changed
+2 -1
@@ -8,6 +8,7 @@
"waitForText": "GOAL ROUND ONE"
},
{ "op": "waitForTurnStart", "minimumTurn": 3 },
{ "op": "cancel", "waitForFile": { "path": ".dsh-snapshot-goal-cancel-ready" } }
{ "op": "cancel", "waitForFile": { "path": ".dsh-snapshot-goal-cancel-ready" } },
{ "op": "waitForTurnEnd" }
]
}