Skip to content

Commit

Permalink
fixed failing test in OrgPeopleOrganizationsCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraemon012 committed Aug 25, 2024
1 parent b791eac commit d92dc4f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ describe('Testing the Super Dash List', () => {
expect(screen.getByAltText(/Dogs Care image/i)).toBeInTheDocument();
expect(screen.getByText(/Admins:/i)).toBeInTheDocument();
expect(screen.getByText(/Members:/i)).toBeInTheDocument();
expect(screen.getByText('Dogs Care')).toBeInTheDocument();
expect(screen.getByText(/Sample City/i)).toBeInTheDocument();
expect(screen.getByText(/123 Sample Street/i)).toBeInTheDocument();
expect(screen.getByTestId(/manageBtn/i)).toBeInTheDocument();
expect(screen.getByTestId(/flaskIcon/i)).toBeInTheDocument();
userEvent.click(screen.getByTestId(/manageBtn/i));
Expand Down

0 comments on commit d92dc4f

Please sign in to comment.