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 79
79
it ( 'should remove the scroll event from the element' , function ( ) {
80
80
expect ( element . off ) . toHaveBeenCalledWith ( 'scroll' , scrollHandler ) ;
81
81
} ) ;
82
- afterEach ( function ( ) {
83
- element . on . and . callFake ( angular . noop ) ;
84
- } ) ;
85
82
} ) ;
86
- describe ( 'on touchmove' , function ( ) {
83
+ xdescribe ( 'on touchmove' , function ( ) {
87
84
beforeEach ( function ( ) {
88
85
uiGridScroller . initiated = uiGridScrollerConstants . scrollType . TOUCHABLE ;
89
86
uiGridScroller ( element , scrollHandler ) ;
99
96
} ) ;
100
97
} ) ;
101
98
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 ( ) {
103
100
beforeEach ( function ( ) {
104
101
uiGridScroller . initiated = uiGridScrollerConstants . scrollType . TOUCHABLE ;
105
102
uiGridScroller ( element , scrollHandler ) ;
You can’t perform that action at this time.
0 commit comments