Skip to content

Commit 121a48f

Browse files
committed
ACP2E-3198: Fixed Product Tax (FPT) is not working with configurable products
1 parent c36583d commit 121a48f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ define(['magnifier/magnify', 'mage/gallery/gallery', 'jquery'], function (Magnif
8989
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerup');
9090
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointercancel');
9191
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerout');
92-
expect(Object.getOwnPropertyNames(imageEvents)).toContain('pointerleave');
9392
});
9493
});
9594
});

0 commit comments

Comments
 (0)