From 7b881e9e2f91e248bc487877e15862658fd01601 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:57:59 +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 ea170038c9..f2e40c8bb2 100644 --- a/src/components/autosuggest/_macro.spec.js +++ b/src/components/autosuggest/_macro.spec.js @@ -109,7 +109,7 @@ describe('FOR: autosuggest', () => { }), ); - test('THEN: it does not have a special class that indicates the component should initialise itself', () => { + test('THEN: it does not have the ons-js-autosuggest class that indicates the component should initialise itself', () => { expect($('.ons-autosuggest').hasClass('ons-js-autosuggest')).toBe(false); }); });