From 5bddd77ce64ce0376fd17c90345106515c4c6e49 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:58:43 +0100 Subject: [PATCH] Update src/components/autosuggest/_macro.spec.js Co-authored-by: rmccar <42928680+rmccar@users.noreply.github.com> --- src/components/autosuggest/_macro.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }); });