Skip to content

Commit

Permalink
test: update pages dropdown e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel authored and caleeli committed Feb 28, 2024
1 parent 8c42a80 commit f8d33a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/specs/pagesDropdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe("Page Dropdown", () => {
// Define Page 2
cy.get("[data-cy=add-page-name]").clear().type("Page_2");
cy.get("[data-cy=add-page-modal] button.btn").eq(1).click();
cy.wait(300);
cy.get('[data-cy=controls-FormButton]:contains("Page")').drag(
"[data-cy=screen-drop-zone]",
{ position: "bottom" }
Expand Down

0 comments on commit f8d33a8

Please sign in to comment.