mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 00:06:18 +00:00
[Test] Fix flaky Wimp Out test (#4830)
This commit is contained in:
parent
c6cc187c96
commit
c54d21c313
@ -296,7 +296,9 @@ describe("Abilities - Wimp Out", () => {
|
||||
Species.TYRUNT
|
||||
]);
|
||||
|
||||
game.move.select(Moves.SPLASH);
|
||||
game.scene.getPlayerPokemon()!.hp *= 0.51;
|
||||
|
||||
game.move.select(Moves.ENDURE);
|
||||
await game.phaseInterceptor.to("TurnEndPhase");
|
||||
|
||||
confirmNoSwitch();
|
||||
|
Loading…
Reference in New Issue
Block a user