Skip to content
Snippets Groups Projects
Unverified Commit d35c0253 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

fix collections flake (#29198)

parent 3b40312e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,9 @@ describe("scenarios > collection defaults", () => {
});
popover().within(() => {
cy.findByText(`Collection ${COLLECTIONS_COUNT}`).click();
cy.findByText(`Collection ${COLLECTIONS_COUNT}`).click({
waitForAnimations: false,
});
});
cy.findByText("Create").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment