Skip to content

Commit

Permalink
removed testing console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi4code committed Jan 3, 2025
1 parent dde99b9 commit 658e278
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/screens/OrganizationPeople/OrganizationPeople.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,6 @@ describe('Organization People Page', () => {

await waitFor(() => {
expect(screen.getByTestId('addNewUserModal')).toBeInTheDocument();
console.log(
'addnewusermodelcount',
screen.getAllByTestId('addNewUserModal'),
);
expect(screen.getByTestId('createUser')).toBeInTheDocument();
});

Expand Down Expand Up @@ -997,10 +993,6 @@ describe('Organization People Page', () => {

await waitFor(() => {
expect(screen.getByTestId('addNewUserModal')).toBeInTheDocument();
console.log(
'addnewusermodelcount',
screen.getAllByTestId('addNewUserModal'),
);
expect(screen.getByTestId('createUser')).toBeInTheDocument();
});

Expand Down Expand Up @@ -1080,10 +1072,6 @@ describe('Organization People Page', () => {

await waitFor(() => {
expect(screen.getByTestId('addNewUserModal')).toBeInTheDocument();
console.log(
'addnewusermodelcount',
screen.getAllByTestId('addNewUserModal'),
);
expect(screen.getByTestId('createUser')).toBeInTheDocument();
});

Expand Down

0 comments on commit 658e278

Please sign in to comment.