Skip to content
Snippets Groups Projects
Unverified Commit aa10916b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Fix "slugify collection name" flake (#35905)

* Fix "slugify collection url" flake

* Remove the `@flaky` tag
parent 59c90f6a
Branches
Tags
No related merge requests found
......@@ -71,11 +71,12 @@ describe("URLs", () => {
});
});
describe("collections", { tags: "@flaky" }, () => {
describe("collections", () => {
it("should slugify collection name", () => {
cy.visit("/collection/root");
// eslint-disable-next-line no-unscoped-text-selectors -- deprecated usage
cy.findByText("First collection").click();
cy.findAllByTestId("collection-entry-name")
.contains("First collection")
.click();
cy.location("pathname").should(
"eq",
`/collection/${FIRST_COLLECTION_ID}-first-collection`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment