Prechádzať zdrojové kódy

test(acp): await goal cancellation persistence

Tianyi Cui 1 mesiac pred
rodič
commit
c8814d7347

+ 2 - 1
examples/acp-agent/tests/goal-snapshots/goal-session/input.json

@@ -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" }
   ]
 }