Skip to content

Commit

Permalink
fixed orgListCard.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulch07 committed Feb 1, 2025
1 parent 43581aa commit bdab69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/OrgListCard/OrgListCard.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ describe('Testing the Super Dash List', () => {
expect(screen.getByText('Dogs Care')).toBeDefined();
expect(screen.getByText(/Texas/i)).toBeDefined();
expect(screen.getByTestId(/manageBtn/i)).toBeDefined();
expect(screen.getByTestId(/flaskIcon/i)).toBeDefined();

await userEvent.click(screen.getByTestId(/manageBtn/i));
removeItem('id');
Expand Down

0 comments on commit bdab69f

Please sign in to comment.