Skip to content

Commit

Permalink
Update src/components/autosuggest/_macro.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <[email protected]>
  • Loading branch information
precious-onyenaucheya-ons and rmccar authored Sep 17, 2024
1 parent 206445c commit 7b881e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autosuggest/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
Expand Down

0 comments on commit 7b881e9

Please sign in to comment.