Skip to content

Commit

Permalink
Fix daily mode test being unreliable (pagefaultgames#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayKev authored Aug 27, 2024
1 parent 930e328 commit 5b400af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/helpers/dailyModeHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5b400af

Please sign in to comment.