test(ui): repair current main test baseline (#3191)

This commit is contained in:
Alan Shum
2026-08-28 15:44:40 +03:00
committed by GitHub
parent 5faa1a6531
commit 73e21d0050
3 changed files with 28 additions and 3 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import {
} from './shortcuts';
describe('getEffectiveShortcutPrefix', () => {
test('falls back to the action default (bare mod) when unset', () => {
expect(getEffectiveShortcutPrefix('switch_context_surface', {})).toBe('mod');
test('falls back to the action default (bare mod+alt) when unset', () => {
expect(getEffectiveShortcutPrefix('switch_context_surface', {})).toBe('mod+alt');
});
test('honors modifier + key overrides', () => {