Skip to content
Snippets Groups Projects
Unverified Commit 797e9d02 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

fix flaky unit test by removing un-needed waitForElementToBeRemoved (#45291)

parent 911dafbe
Branches
Tags
No related merge requests found
......@@ -204,8 +204,6 @@ describe("EmbedHomepage (OSS)", () => {
source: "embedding-homepage-dismiss",
});
await waitForElementToBeRemoved(() => queryFeedbackModal());
expect(
screen.getByText("Your feedback was submitted, thank you."),
).toBeInTheDocument();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment