Skip to content
Snippets Groups Projects
Commit c12dc31b authored by RomanKis's avatar RomanKis
Browse files

8410: Custom Checkout Step and Shipping Step are Highlighted

parent fd5f40a9
No related merge requests found
...@@ -42,7 +42,7 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) { ...@@ -42,7 +42,7 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
'Magento_Checkout/js/action/select-shipping-method': jasmine.createSpy(), 'Magento_Checkout/js/action/select-shipping-method': jasmine.createSpy(),
'Magento_Checkout/js/model/shipping-rate-registry': jasmine.createSpy(), 'Magento_Checkout/js/model/shipping-rate-registry': jasmine.createSpy(),
'Magento_Checkout/js/action/set-shipping-information': jasmine.createSpy(), 'Magento_Checkout/js/action/set-shipping-information': jasmine.createSpy(),
'Magento_Checkout/js/model/step-navigator': jasmine.createSpyObj('navigator', ['registerStep']), 'Magento_Checkout/js/model/step-navigator': jasmine.createSpyObj('navigator', ['registerStep', 'steps']),
'Magento_Ui/js/modal/modal': jasmine.createSpy('modal').and.returnValue(modalStub), 'Magento_Ui/js/modal/modal': jasmine.createSpy('modal').and.returnValue(modalStub),
'Magento_Checkout/js/model/checkout-data-resolver': jasmine.createSpyObj( 'Magento_Checkout/js/model/checkout-data-resolver': jasmine.createSpyObj(
'dataResolver', 'dataResolver',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment