Skip to content

Commit c741cba

Browse files
committed
ACP2E-3029: [Cloud] Mobile Issue Only not able to pinch on the PDP image
1 parent 90ac7b9 commit c741cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/lib/web/magnify.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ define(['magnifier/magnify', 'mage/gallery/gallery', 'jquery'], function (Magnif
8484

8585
imageEvents = $._data($('.fotorama__img--full')[0], 'events');
8686
expect(imageEvents).toBeInstanceOf(Object);
87-
expect(imageEvents.dblclick).toBeDefined();
87+
expect(Object.getOwnPropertyNames(imageEvents)).toContain('touchend');
8888
});
8989
});
9090
});

0 commit comments

Comments
 (0)