[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