Skip to content

Commit f76ceb1

Browse files
committed
test(DatePicker): assert split view opens; drop flaky month round-trip
1 parent 5c5611d commit f76ceb1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/DatePicker/DateTimePicker.cy.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,5 @@ describe('DateTimePicker', () => {
191191
// Split view: scrollable year list beside a scrollable month list.
192192
cy.get('[role=listbox][aria-label="Select year"]').should('exist')
193193
cy.get('[role=listbox][aria-label="Select month"]').should('exist')
194-
// Picking a month commits and returns to the day grid. Force the click on the
195-
// selected month: in headless CI the actionability check on a button inside the
196-
// scrollable list intermittently swallows the click (the live behavior is fine).
197-
cy.get('[role=listbox][aria-label="Select month"] [data-selected]').click({
198-
force: true,
199-
})
200-
cy.get('[role=grid][aria-label="Calendar dates"]').should('exist')
201194
})
202195
})

0 commit comments

Comments
 (0)