Skip to content

Commit

Permalink
fix(1623): Unexpected logs for DSLSelectorToggle.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tplevko authored and lordrip committed Nov 19, 2024
1 parent ac08156 commit 6590a2d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ describe('DSLSelectorToggle.tsx', () => {
});

const element = await wrapper.findByText('Pipe');
expect(element).toBeInTheDocument();

waitFor(() => {
expect(element).toBeInTheDocument();
});
/** Close Select */
act(() => {
fireEvent.click(toggle);
Expand Down

0 comments on commit 6590a2d

Please sign in to comment.