Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
Signed-off-by: 4nalog <[email protected]>
  • Loading branch information
4nalog committed Mar 3, 2023
1 parent d53d5a6 commit f61590b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('ProjectDashboard', () => {
</MemoryRouter>,
);

it.only('should display domain attributes section when config was provided', async () => {
it('should display domain attributes section when config was provided', async () => {
const { getByText } = renderView();
expect(getProjectDomainAttributes).toHaveBeenCalled();
await waitFor(() => {});
Expand Down

0 comments on commit f61590b

Please sign in to comment.