Skip to content

Commit

Permalink
SSR support fixes [prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheZemah committed Oct 6, 2024
1 parent 9a77e85 commit 2f902e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe("Dropdown renders correctly", () => {
// Wait for the useEffect to finish
await new Promise(resolve => setTimeout(resolve, 100));
});
component.focusInput();

expect(component.snapshot).toMatchSnapshot();
});
Expand Down

0 comments on commit 2f902e6

Please sign in to comment.