File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
contentcuration/contentcuration/frontend/administration/pages/Users/__tests__ Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ describe('EmailUsersDialog', () => {
8686
8787 it ( 'displays individual user chips when initialRecipients are provided' , ( ) => {
8888 renderComponent ( { initialRecipients : [ userId , userId2 ] } ) ;
89-
90- // Should work immediately now with proper data initialization
9189 expect ( screen . getByText ( 'Testy User' ) ) . toBeInTheDocument ( ) ;
9290 expect ( screen . getByText ( 'Testier User' ) ) . toBeInTheDocument ( ) ;
9391 } ) ;
@@ -170,7 +168,6 @@ describe('EmailUsersDialog', () => {
170168 const user = userEvent . setup ( ) ;
171169 renderComponent ( { initialRecipients : [ userId , userId2 ] } ) ;
172170
173- // No need to wait - users should be immediately available
174171 expect ( screen . getByText ( 'Testy User' ) ) . toBeInTheDocument ( ) ;
175172 expect ( screen . getByText ( 'Testier User' ) ) . toBeInTheDocument ( ) ;
176173
You can’t perform that action at this time.
0 commit comments