Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Sep 8, 2024
1 parent 0d14728 commit a4224bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/Profile/Contact/ContactProfile.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ describe('contact profile with single profile', () => {
fireEvent.click(getByText('Details'));

await waitFor(() => {
expect(screen.getByText('Optin via BSP on 19/08/2021, 14:58:01')).toBeInTheDocument();
expect(screen.getByText('Status')).toBeInTheDocument();
expect(screen.getByText('Collections')).toBeInTheDocument();
});
});
});
Expand Down

0 comments on commit a4224bc

Please sign in to comment.