fix another broken test
This commit is contained in:
parent
f9ea476ef3
commit
113e8ab3bd
|
@ -541,6 +541,7 @@ describe("Moves - Pursuit", () => {
|
||||||
|
|
||||||
// act
|
// act
|
||||||
game.doAttack(getMovePosition(game.scene, 0, Moves.DRAGON_TAIL));
|
game.doAttack(getMovePosition(game.scene, 0, Moves.DRAGON_TAIL));
|
||||||
|
game.doSelectTarget(BattlerIndex.ENEMY);
|
||||||
playerUsesPursuit(1);
|
playerUsesPursuit(1);
|
||||||
enemyUses(Moves.SPLASH);
|
enemyUses(Moves.SPLASH);
|
||||||
await runCombatTurn();
|
await runCombatTurn();
|
||||||
|
|
Loading…
Reference in New Issue