Add: Game UI Taskbar tests #314

Merged
j.kropff merged 8 commits from feat/game-ui-tests into main 2026-04-26 23:36:18 +02:00
Showing only changes of commit 6a06369d94 - Show all commits
@@ -433,15 +433,15 @@ public class TaskbarController {
return;
}
if (isFirstPreflopPlayer(state, me)) {
setActionEnabled(betButton, true);
setActionEnabled(callButton, false);
setActionEnabled(foldButton, false);
setActionEnabled(raiseButton, false);
activateInputField(taskbarInput);
inputActionAllowed = true;
return;
}
if (isFirstPreflopPlayer(state, me)) {
setActionEnabled(betButton, true);
setActionEnabled(callButton, false);
setActionEnabled(foldButton, false);
setActionEnabled(raiseButton, false);
activateInputField(taskbarInput);
inputActionAllowed = true;
return;
}
if (isFirstPlayerOfPhase(state, me)) {
setActionEnabled(betButton, true);