diff --git a/test/testUtils/gameManager.ts b/test/testUtils/gameManager.ts index 65d12fd6c01..37dbb11a1fb 100644 --- a/test/testUtils/gameManager.ts +++ b/test/testUtils/gameManager.ts @@ -425,7 +425,8 @@ export default class GameManager { } /** - * Emulate selecting a modifier (item) and transition to the next upcoming {@linkcode CommandPhase}. + * Queue up button presses to skip taking an item on the next {@linkcode SelectModifierPhase}, + * and then transition to the next {@linkcode CommandPhase}. */ async toNextWave() { this.doSelectModifier();