File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
client/modules/IDE/components/Preferences Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -437,10 +437,10 @@ describe('<Preferences />', () => {
437437
438438 // get ahold of the radio buttons for toggling autocompleteHinter
439439 const autocompleteRadioFalse = screen . getByRole ( 'radio' , {
440- name : / a u t o c o m p l e t e o f f / i
440+ name : / a u t o c o m p l e t e h i n t e r o f f / i
441441 } ) ;
442442 const autocompleteRadioTrue = screen . getByRole ( 'radio' , {
443- name : / a u t o c o m p l e t e o n / i
443+ name : / a u t o c o m p l e t e h i n t e r o n / i
444444 } ) ;
445445
446446 testToggle (
@@ -519,10 +519,10 @@ describe('<Preferences />', () => {
519519
520520 // get ahold of the radio buttons for toggling autocompleteHinter
521521 const autocompleteRadioFalse = screen . getByRole ( 'radio' , {
522- name : / a u t o c o m p l e t e o f f / i
522+ name : / a u t o c o m p l e t e h i n t e r o f f / i
523523 } ) ;
524524 const autocompleteRadioTrue = screen . getByRole ( 'radio' , {
525- name : / a u t o c o m p l e t e o n / i
525+ name : / a u t o c o m p l e t e h i n t e r o n / i
526526 } ) ;
527527
528528 testToggle (
You can’t perform that action at this time.
0 commit comments