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(app): address code review findings in shell mode button spec
- Add toBeFocused() wait before keyboard.press('!') and Ctrl+Shift+X
to ensure focus is settled on the contenteditable before keydown
- Add v1 layout negative test: button must not appear when
newLayoutDesigns is false (catches accidental v1 toolbar leakage)
- Add data-state='pressed' assertion alongside aria-pressed to verify
the visual pressed state on IconButtonV2 is actually set
- Tighten font-mono class assertion to exact Tailwind class 'font-mono!'
via toHaveAttribute('class', /font-mono!/) — avoids false substring matches
- Add Ctrl+Shift+X keybind test to verify the registered mod+shift+x
shortcut still enters shell mode with button state parity
0 commit comments