diff --git a/src/components/autosuggest/_macro.spec.js b/src/components/autosuggest/_macro.spec.js index dd3662d94d..2091405ae7 100644 --- a/src/components/autosuggest/_macro.spec.js +++ b/src/components/autosuggest/_macro.spec.js @@ -68,7 +68,7 @@ describe('FOR: autosuggest', () => { expect($('.ons-autosuggest__status').attr('aria-atomic')).toBe('true'); }); - test('THEN: it enders instructions text', () => { + test('THEN: it renders the instructions with the provided instructions text', () => { expect($('.ons-autosuggest__instructions').text().trim()).toBe('Use up and down keys to navigate.'); }); });