test(cli): adjust InputPrompt mouse tests for new padding

This commit is contained in:
Keith Guerin
2026-03-01 08:59:08 -08:00
parent acd24006b6
commit ac09d73c99
10 changed files with 78 additions and 104 deletions
@@ -4,8 +4,6 @@ exports[`usePhraseCycler > should prioritize interactive shell waiting over norm
exports[`usePhraseCycler > should prioritize interactive shell waiting over normal waiting immediately 2`] = `"! Shell awaiting input (Tab to focus)"`;
exports[`usePhraseCycler > should reset phrase when transitioning from waiting to active 1`] = `"Waiting for user confirmation..."`;
exports[`usePhraseCycler > should show "Waiting for user confirmation..." when isWaiting is true 1`] = `"Waiting for user confirmation..."`;
exports[`usePhraseCycler > should show interactive shell waiting message immediately when shouldShowFocusHint is true 1`] = `"! Shell awaiting input (Tab to focus)"`;