From a6a276b509aee1b97dd26d7bdf988c9652225fe1 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 11 Apr 2026 18:52:07 -0400 Subject: [PATCH] fix(bot): GolfBot handles authenticated sessions + num-decks stepper Two small fixes to tests/e2e/bot/golf-bot.ts needed to run the bot from the soak harness with authenticated accounts: 1. createGame and joinGame now check whether #player-name is visible before filling it. Authenticated sessions hide that input (the server uses the logged-in username); guest sessions still fill it as before. Existing e2e tests behave identically since they register guests who always see the input. 2. startGame's 'decks' option was calling selectOption on #num-decks, which is a hidden input inside a stepper widget, not a