diff --git a/test/suite/keyboard_macro.test.js b/test/suite/keyboard_macro.test.js index 82d4338c..35a00154 100644 --- a/test/suite/keyboard_macro.test.js +++ b/test/suite/keyboard_macro.test.js @@ -551,7 +551,7 @@ describe('KeybaordMacro', () => { { command: 'internal:log', args: { test: '1' } } ]); }); - it('should enqueue and serialize concurrent call', async () => { + it('should enqueue and serialize concurrent calls', async () => { keyboardMacro.startRecording(); const promise1 = keyboardMacro.wrap({ command: 'internal:log' }); const promise2 = keyboardMacro.wrap({ command: 'internal:log' });