diff --git a/src/test/utils/phaseInterceptor.ts b/src/test/utils/phaseInterceptor.ts index 9a2d4dc5007..e6f39650756 100644 --- a/src/test/utils/phaseInterceptor.ts +++ b/src/test/utils/phaseInterceptor.ts @@ -240,7 +240,7 @@ export default class PhaseInterceptor { const currentPhase = this.onHold[0]; if (currentPhase?.name === targetName) { clearInterval(interval); - cb(currentPhase); + cb(this.scene.getCurrentPhase()); } }); }