[Fix] added necessary comment

Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
Mikhail Shueb 2025-07-04 14:20:33 +01:00 committed by GitHub
parent d3dae5c4de
commit a8fd71f92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);