Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 19, 2024
1 parent 616c8a6 commit 195a465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/access-code/_macro.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('FOR: Macro: Access-code', () => {
test('THEN: autocomplete is disabled on text input', () => {
expect($('input').attr('autocomplete')).toBe('off');
});
test('THEN: text input has automatic capitalisation', () => {
test('THEN: text input has autocapitalize attribute', () => {
expect($('input').attr('autocapitalize')).toBe('characters');
});
});
Expand Down

0 comments on commit 195a465

Please sign in to comment.