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 056a7fe commit 5bddd77
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 @@ -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.');
});
});
Expand Down

0 comments on commit 5bddd77

Please sign in to comment.