mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-11 18:09:29 +02:00
[Fix] atempting to fix the test timeout issue
This commit is contained in:
parent
4478f41ff9
commit
a46bb4ed7c
@ -115,7 +115,7 @@ describe("UI - Transfer Items", () => {
|
|||||||
const handler = game.scene.ui.getHandler() as ModifierSelectUiHandler;
|
const handler = game.scene.ui.getHandler() as ModifierSelectUiHandler;
|
||||||
|
|
||||||
handler.processInput(Button.DOWN);
|
handler.processInput(Button.DOWN);
|
||||||
handler.setCursor(1);
|
handler.setCursor(7);
|
||||||
handler.processInput(Button.ACTION);
|
handler.processInput(Button.ACTION);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user