Skip to content

Commit

Permalink
improve visit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Feb 14, 2024
1 parent 5777d49 commit 582b33e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/specs/pageDropdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ describe("Page Dropdown", () => {
cy.visit("/");
});
it("Basic default value", () => {
cy.visit("/");
cy.openAllAcordeon();
cy.get("[data-cy=page-dropdown]").click();
cy.get("[data-cy=add-page]").click();
Expand Down

0 comments on commit 582b33e

Please sign in to comment.