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 />', () => {
437
437
438
438
// get ahold of the radio buttons for toggling autocompleteHinter
439
439
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
441
441
} ) ;
442
442
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
444
444
} ) ;
445
445
446
446
testToggle (
@@ -519,10 +519,10 @@ describe('<Preferences />', () => {
519
519
520
520
// get ahold of the radio buttons for toggling autocompleteHinter
521
521
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
523
523
} ) ;
524
524
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
526
526
} ) ;
527
527
528
528
testToggle (
You can’t perform that action at this time.
0 commit comments