Skip to content

Commit a9d2141

Browse files
committed
MC-41165: Error on shipping step during checkout
1 parent 4a3380d commit a9d2141

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/form/element

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/form/element/email.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
3131
'getCheckedEmailValue'
3232
]
3333
),
34-
'Magento_Checkout/js/model/full-screen-loader': jasmine.createSpy(),
34+
'Magento_Checkout/js/model/full-screen-loader': jasmine.createSpy()
3535
},
3636
Component;
3737

@@ -73,6 +73,7 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
7373
it('Check if login form will be validated in case it is not visible', function () {
7474
var loginFormSelector = 'form[data-role=email-with-possible-login]',
7575
loginForm = $(loginFormSelector);
76+
7677
loginForm.hide();
7778
Component.validateEmail();
7879
expect(loginForm.is(':visible')).toBeFalsy();

0 commit comments

Comments
 (0)