@@ -693,7 +693,7 @@ describe('RangeCalendar', () => {
693
693
expect ( end ) . toEqual ( new CalendarDate ( 2019 , 6 , 20 ) ) ;
694
694
} ) ;
695
695
696
- it ( 'allow touch-scroll thought calendar by onto a day and then finalize selection ' , async ( ) => {
696
+ it ( 'selection isn\'t prematurely finalized when touching a day cell to scroll through the calendar ' , async ( ) => {
697
697
let onChange = jest . fn ( ) ;
698
698
699
699
let { getAllByLabelText, getByText} = render (
@@ -730,7 +730,7 @@ describe('RangeCalendar', () => {
730
730
} ) ;
731
731
} ) ;
732
732
733
- it ( 'allow touch-scroll thought calendar by onto a disabled day and then finalize selection ' , async ( ) => {
733
+ it ( 'selection isn\'t prematurely finalized when touching a disabled day cell to scroll through the calendar ' , async ( ) => {
734
734
let onChange = jest . fn ( ) ;
735
735
736
736
let { getAllByLabelText, getByText} = render (
@@ -767,7 +767,7 @@ describe('RangeCalendar', () => {
767
767
} ) ;
768
768
} ) ;
769
769
770
- it ( 'allow touch-scroll thought calendar by onto a weekday and then finalize selection ' , async ( ) => {
770
+ it ( 'selection isn\'t prematurely finalized when touching a weekday header to scroll through the calendar ' , async ( ) => {
771
771
let onChange = jest . fn ( ) ;
772
772
773
773
let { getAllByLabelText, getByText} = render (
@@ -804,7 +804,7 @@ describe('RangeCalendar', () => {
804
804
} ) ;
805
805
} ) ;
806
806
807
- it ( 'allow touch-scroll thought calendar by onto a heading and then finalize selection ' , async ( ) => {
807
+ it ( 'selection isn\'t prematurely finalized when touching the header to scroll through the calendar ' , async ( ) => {
808
808
let onChange = jest . fn ( ) ;
809
809
810
810
let { getAllByLabelText, getByText, getByRole} = render (
0 commit comments