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
fix: click menuitem role instead of action-item container
The .action-item div is a presentation container; VS Code only handles
click events on the inner <a role='menuitem'> anchor. Use getByRole to
find and click the correct element, and wait for menu dismissal to
confirm the click registered.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments