We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36583d commit 121a48fCopy full SHA for 121a48f
dev/tests/js/jasmine/tests/lib/web/magnify.test.js
@@ -89,7 +89,6 @@ define(['magnifier/magnify', 'mage/gallery/gallery', 'jquery'], function (Magnif
89
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerup');
90
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointercancel');
91
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerout');
92
- expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerleave');
93
});
94
95
0 commit comments