Skip to content

Commit 2ec8a4f

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
test(scroller): Adding back event tests for touchEnabled = false.
1 parent 4da59e8 commit 2ec8a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/custom-scrolling/test/ui-grid-custom-scroller.factory.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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) {
@@ -176,7 +176,7 @@
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);

0 commit comments

Comments
 (0)