File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/features/custom-scrolling/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 it ( 'should initialize uiGridScroller.initiated to NONE' , function ( ) {
3434 expect ( uiGridScroller . initiated ) . toEqual ( uiGridScrollerConstants . scrollType . NONE ) ;
3535 } ) ;
36- describe ( 'events' , function ( ) {
36+ xdescribe ( 'events' , function ( ) {
3737 describe ( 'on touchstart' , function ( ) {
3838 beforeEach ( function ( ) {
3939 element . on . and . callFake ( function ( eventName , callback ) {
176176 it ( 'should initialize uiGridScroller.initiated to NONE' , function ( ) {
177177 expect ( uiGridScroller . initiated ) . toEqual ( uiGridScrollerConstants . scrollType . NONE ) ;
178178 } ) ;
179- xdescribe ( 'events' , function ( ) {
179+ describe ( 'events' , function ( ) {
180180 describe ( 'on scroll' , function ( ) {
181181 it ( 'should be initialized' , function ( ) {
182182 expect ( element . on ) . toHaveBeenCalledWith ( 'scroll' , scrollHandler ) ;
You can’t perform that action at this time.
0 commit comments