Skip to content

Commit c12dc31

Browse files
committed
8410: Custom Checkout Step and Shipping Step are Highlighted
1 parent fd5f40a commit c12dc31

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/shipping.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
4242
'Magento_Checkout/js/action/select-shipping-method': jasmine.createSpy(),
4343
'Magento_Checkout/js/model/shipping-rate-registry': jasmine.createSpy(),
4444
'Magento_Checkout/js/action/set-shipping-information': jasmine.createSpy(),
45-
'Magento_Checkout/js/model/step-navigator': jasmine.createSpyObj('navigator', ['registerStep']),
45+
'Magento_Checkout/js/model/step-navigator': jasmine.createSpyObj('navigator', ['registerStep', 'steps']),
4646
'Magento_Ui/js/modal/modal': jasmine.createSpy('modal').and.returnValue(modalStub),
4747
'Magento_Checkout/js/model/checkout-data-resolver': jasmine.createSpyObj(
4848
'dataResolver',

0 commit comments

Comments
 (0)