File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
packages/react-aria-components/test Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -1092,26 +1092,26 @@ AriaAutocompleteTests({
1092
1092
ariaPattern : 'grid'
1093
1093
} ) ;
1094
1094
1095
- AriaAutocompleteTests ( {
1096
- prefix : 'rac-static-gridlist' ,
1097
- renderers : {
1098
- noVirtualFocus : ( ) => render (
1099
- < AutocompleteWrapper >
1100
- < StaticGridList />
1101
- </ AutocompleteWrapper >
1102
- )
1103
- } ,
1104
- ariaPattern : 'grid'
1105
- } ) ;
1106
-
1107
- AriaAutocompleteTests ( {
1108
- prefix : 'rac-static-taggroup' ,
1109
- renderers : {
1110
- noVirtualFocus : ( ) => render (
1111
- < AutocompleteWrapper >
1112
- < StaticTagGroup />
1113
- </ AutocompleteWrapper >
1114
- )
1115
- } ,
1116
- ariaPattern : 'grid'
1117
- } ) ;
1095
+ // AriaAutocompleteTests({
1096
+ // prefix: 'rac-static-gridlist',
1097
+ // renderers: {
1098
+ // noVirtualFocus: () => render(
1099
+ // <AutocompleteWrapper>
1100
+ // <StaticGridList />
1101
+ // </AutocompleteWrapper>
1102
+ // )
1103
+ // },
1104
+ // ariaPattern: 'grid'
1105
+ // });
1106
+
1107
+ // AriaAutocompleteTests({
1108
+ // prefix: 'rac-static-taggroup',
1109
+ // renderers: {
1110
+ // noVirtualFocus: () => render(
1111
+ // <AutocompleteWrapper>
1112
+ // <StaticTagGroup />
1113
+ // </AutocompleteWrapper>
1114
+ // )
1115
+ // },
1116
+ // ariaPattern: 'grid'
1117
+ // });
You can’t perform that action at this time.
0 commit comments