Skip to content

Commit c438ae4

Browse files
committed
MC-3934: Slide/Banner Overlay & Button Do Not Show On Storefront When Set To On Hover
Fix grammar
1 parent bf98934 commit c438ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/frontend/web/js/widget/bind-click-to-data-link-element.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ define([
8787
expect(window.open).not.toHaveBeenCalled();
8888
});
8989

90-
it('Should not navigate to an simulated anchor\'s href if clicked inside of nested anchor', function () {
90+
it('Should not navigate to simulated anchor\'s href if clicked inside of nested anchor', function () {
9191
spyOn(bindClickToLinkInitializerWidget, 'redirectTo');
9292
spyOn(window, 'open');
9393

@@ -110,7 +110,7 @@ define([
110110
expect(window.open).not.toHaveBeenCalled();
111111
});
112112

113-
it('Should navigate to an simulated anchor\'s href if clicked outside of nested anchor', function () {
113+
it('Should navigate to simulated anchor\'s href if clicked outside of nested anchor', function () {
114114
spyOn(bindClickToLinkInitializerWidget, 'redirectTo');
115115
spyOn(window, 'open');
116116

0 commit comments

Comments
 (0)