Skip to content

Commit 86e2c7f

Browse files
Final changes done
1 parent af83d95 commit 86e2c7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contentcuration/contentcuration/frontend/administration/pages/Users/__tests__/emailUsersDialog.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)