File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 87
87
88
88
<!-- Create customer -->
89
89
<createData entity =" Simple_Customer_Without_Address" stepKey =" createCustomer" />
90
- <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
91
- <argument name =" status" value =" 0" />
92
- </actionGroup >
93
90
94
91
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
95
92
<argument name =" indices" value =" cataloginventory_stock" />
123
120
<argument name =" indices" value =" " />
124
121
</actionGroup >
125
122
</after >
123
+ <actionGroup ref =" AdminOpenShippingMethodsConfigPageActionGroup" stepKey =" openShippingMethodConfigPage" />
124
+ <actionGroup ref =" AdminSwitchWebsiteActionGroup" stepKey =" switchDefaultWebsite" >
125
+ <argument name =" website" value =" _defaultWebsite" />
126
+ </actionGroup >
127
+ <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" enableTableRatesShippingMethodForDefaultWebsite" >
128
+ <argument name =" status" value =" 1" />
129
+ </actionGroup >
126
130
127
131
<!-- Add Simple Product to cart -->
128
132
<amOnPage url =" {{StorefrontProductPage.url($$createSimpleProduct.custom_attributes[url_key]$$)}}" stepKey =" navigateToSimpleProductPage" />
You can’t perform that action at this time.
0 commit comments