File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/features/custom-scrolling/test Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 7979 it ( 'should remove the scroll event from the element' , function ( ) {
8080 expect ( element . off ) . toHaveBeenCalledWith ( 'scroll' , scrollHandler ) ;
8181 } ) ;
82- afterEach ( function ( ) {
83- element . on . and . callFake ( angular . noop ) ;
84- } ) ;
8582 } ) ;
86- describe ( 'on touchmove' , function ( ) {
83+ xdescribe ( 'on touchmove' , function ( ) {
8784 beforeEach ( function ( ) {
8885 uiGridScroller . initiated = uiGridScrollerConstants . scrollType . TOUCHABLE ;
8986 uiGridScroller ( element , scrollHandler ) ;
9996 } ) ;
10097 } ) ;
10198 function testEndFunction ( ) {
102- describe ( 'when the uiGridScroller has been initiated with a touch event' , function ( ) {
99+ xdescribe ( 'when the uiGridScroller has been initiated with a touch event' , function ( ) {
103100 beforeEach ( function ( ) {
104101 uiGridScroller . initiated = uiGridScrollerConstants . scrollType . TOUCHABLE ;
105102 uiGridScroller ( element , scrollHandler ) ;
You can’t perform that action at this time.
0 commit comments