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: Use cross-platform shortcuts in ui-tests (#1964)
Previously, UI tests failed on macOS because the required keyboard
shortcuts are slightly different on macOS from Windows and Linux. This
commit updates them to use the ControlOrMeta key, which handles both
cases.
0 commit comments