mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-17 22:40:59 +00:00
[Test] Update new Disguise test with test framework changes (#3724)
This commit is contained in:
parent
41a0dfe192
commit
4867ffb229
@ -215,7 +215,7 @@ describe("Abilities - Disguise", () => {
|
||||
const mimikyu = game.scene.getEnemyPokemon()!;
|
||||
mimikyu.hp = 1;
|
||||
|
||||
game.doAttack(getMovePosition(game.scene, 0, Moves.SHADOW_SNEAK));
|
||||
game.move.select(Moves.SHADOW_SNEAK);
|
||||
await game.toNextWave();
|
||||
|
||||
expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase");
|
||||
|
Loading…
x
Reference in New Issue
Block a user