Skip to content

Commit 9b0c453

Browse files
committed
MC-3934: Slide/Banner Overlay & Button Do Not Show On Storefront When Set To On Hover
Remove unnecessary argument to showOnHoverInitializerWidget
1 parent 06c1594 commit 9b0c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/frontend/web/js/widget/show-on-hover.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ define([
6060

6161
spyOn($.fn, 'hover');
6262

63-
showOnHoverInitializerWidget(config, el);
63+
showOnHoverInitializerWidget(config);
6464

6565
expect($.fn.hover).not.toHaveBeenCalled();
6666
});

0 commit comments

Comments
 (0)