Skip to content

Commit 8723115

Browse files
committed
fixed failing tests
1 parent 29a00b0 commit 8723115

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ui.tests/test-module/specs/datepicker/datepickerv2.runtime.cy.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ describe("Form Runtime with Date Picker v2", () => {
3333
cy.get(".dp-monthview").should("exist");
3434
};
3535

36-
it("should expose ARIA roles on caption and navigation controls", () => {
37-
expect(formContainer, "formcontainer is initialized").to.not.be.null;
38-
openFirstDatepickerCalendar();
39-
40-
cy.get(".dp-caption")
41-
.should("have.attr", "role", "button");
42-
cy.get(".dp-leftnav")
43-
.should("have.attr", "role", "button");
44-
cy.get(".dp-rightnav")
45-
.should("have.attr", "role", "button");
46-
});
47-
4836
it("should open calendar with keyboard on calendar icon (Space/Enter)", () => {
4937
expect(formContainer, "formcontainer is initialized").to.not.be.null;
5038
cy.get(`.${bemBlock}__calendar-icon`).first().as("calendarIcon");

0 commit comments

Comments
 (0)