You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix test_wait_until_pane_ready for CI environments
- Modified the test to dynamically detect and use the current shell prompt ($ or %)
- This makes the test more robust across different environments including CI
- Previously the test was hardcoded to use '%' which works locally with zsh but fails in CI with bash
0 commit comments