[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()!;
|
const mimikyu = game.scene.getEnemyPokemon()!;
|
||||||
mimikyu.hp = 1;
|
mimikyu.hp = 1;
|
||||||
|
|
||||||
game.doAttack(getMovePosition(game.scene, 0, Moves.SHADOW_SNEAK));
|
game.move.select(Moves.SHADOW_SNEAK);
|
||||||
await game.toNextWave();
|
await game.toNextWave();
|
||||||
|
|
||||||
expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase");
|
expect(game.scene.getCurrentPhase()?.constructor.name).toBe("CommandPhase");
|
||||||
|
|
Loading…
Reference in New Issue