Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jul 11, 2024
1 parent 23686fa commit a929a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ describe('AddressDetail', () => {
await waitFor(() => expect(container).toBeDefined());

// ASSERT
expect(screen.queryByTestId('user-summary')).toBeNull();
expect(screen.queryByTestId('address-detail')).toBeNull();
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ describe('CompanyDetail', () => {
await waitFor(() => expect(container).toBeDefined());

// ASSERT
expect(screen.queryByTestId('user-summary')).toBeNull();
expect(screen.queryByTestId('company-detail')).toBeNull();
});
});

0 comments on commit a929a5d

Please sign in to comment.