diff --git a/src/client/cypress/e2e/detailPage/sections.cy.js b/src/client/cypress/e2e/detailPage/sections.cy.js index d64835cd1..cec161aa6 100644 --- a/src/client/cypress/e2e/detailPage/sections.cy.js +++ b/src/client/cypress/e2e/detailPage/sections.cy.js @@ -102,7 +102,7 @@ describe("Section crud tests", () => { cy.get('[data-cy="section-card.0"]').should("not.exist"); }); - it.only("saves section with ctrl s without resetting content", () => { + it("saves section with ctrl s without resetting content", () => { cy.wait(30); // add section and save with ctrl s addItem("addSection");