diff --git a/test/Select-test.js b/test/Select-test.js index c8e2df8e36..3fa89c021d 100644 --- a/test/Select-test.js +++ b/test/Select-test.js @@ -3010,7 +3010,7 @@ describe('Select', () => { expect(instance.state.isOpen, 'to be true'); }); - it('should open the menu on focus when false', () => { + it('should not open the menu on focus when false', () => { instance = createControl({ options: defaultOptions, openOnFocus: false,