File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/ra-ui-materialui/src/input/ArrayInput Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ describe('<ArrayInput />', () => {
490490 expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 1 ) ;
491491 fireEvent . click ( screen . getByRole ( 'button' , { name : 'Reset' } ) ) ;
492492 await waitFor ( ( ) => {
493- expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 0 ) ; // TODO: fix it
493+ expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 0 ) ;
494494 } ) ;
495495 } ) ;
496496
@@ -512,7 +512,7 @@ describe('<ArrayInput />', () => {
512512 expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 1 ) ;
513513 fireEvent . click ( screen . getByRole ( 'button' , { name : 'Reset' } ) ) ;
514514 await waitFor ( ( ) => {
515- expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 0 ) ; // TODO: fix it
515+ expect ( screen . queryAllByRole ( 'listitem' ) ) . toHaveLength ( 0 ) ;
516516 } ) ;
517517 } ) ;
518518 } ) ;
You can’t perform that action at this time.
0 commit comments