Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Oct 27, 2024
1 parent 4a4c219 commit fd985ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people/widgetViews/__tests__/WorkspaceDetails.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe('WorkspaceDetails', () => {

fireEvent.click(withdrawBtn);

await waitFor(() => {
waitFor(() => {
const modal = getByTestId('testid-modal');
expect(modal).toBeInTheDocument();

Expand Down

0 comments on commit fd985ec

Please sign in to comment.