Fix daily mode test being unreliable (#3840)
This commit is contained in:
parent
930e3289f2
commit
5b400af5b7
|
@ -28,7 +28,7 @@ export class DailyModeHelper extends GameManagerHelper {
|
|||
uihandler.processInput(Button.ACTION); // select first slot. that's fine
|
||||
});
|
||||
|
||||
await this.game.phaseInterceptor.run(EncounterPhase);
|
||||
await this.game.phaseInterceptor.to(EncounterPhase);
|
||||
|
||||
if (overrides.OPP_HELD_ITEMS_OVERRIDE.length === 0) {
|
||||
this.game.removeEnemyHeldItems();
|
||||
|
|
Loading…
Reference in New Issue