From a8fd71f92b07530cc0e63fe5d08870d13b8432ba Mon Sep 17 00:00:00 2001 From: Mikhail Shueb Date: Fri, 4 Jul 2025 14:20:33 +0100 Subject: [PATCH] [Fix] added necessary comment Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com> --- test/ui/item-manage-button.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ui/item-manage-button.test.ts b/test/ui/item-manage-button.test.ts index 956a6fae1a2..de49409b187 100644 --- a/test/ui/item-manage-button.test.ts +++ b/test/ui/item-manage-button.test.ts @@ -69,6 +69,7 @@ describe("UI - Transfer Items", () => { }); it("manage button doesn't exist in the other screens", async () => { + // Select and enter team summary menu game.onNextPrompt("SelectModifierPhase", UiMode.MODIFIER_SELECT, () => { expect(game.scene.ui.getHandler()).toBeInstanceOf(ModifierSelectUiHandler);