mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-11 18:09:29 +02:00
[Fix] added necessary comment
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
d3dae5c4de
commit
a8fd71f92b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user