Skip to content

Commit

Permalink
Selecting the correct datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Jan 31, 2024
1 parent 35309bd commit 5a7b092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/DatePicker.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ describe("Date Picker", () => {
"[data-cy=screen-element-container]",
{ position: "bottom" }
);
cy.get("[data-cy=screen-element-container]").first().click();
cy.get("[data-cy=screen-element-container]").last().click();
cy.setMultiselect("[data-cy=inspector-dataFormat]", "Datetime");
cy.get("[data-cy=accordion-Configuration]").click();
cy.get("[data-cy=inspector-minDate]")
Expand Down

0 comments on commit 5a7b092

Please sign in to comment.