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 8787
8888 <!-- Create customer -->
8989 <createData entity =" Simple_Customer_Without_Address" stepKey =" createCustomer" />
90- <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
91- <argument name =" status" value =" 0" />
92- </actionGroup >
9390
9491 <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
9592 <argument name =" indices" value =" cataloginventory_stock" />
123120 <argument name =" indices" value =" " />
124121 </actionGroup >
125122 </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 >
126130
127131 <!-- Add Simple Product to cart -->
128132 <amOnPage url =" {{StorefrontProductPage.url($$createSimpleProduct.custom_attributes[url_key]$$)}}" stepKey =" navigateToSimpleProductPage" />
You can’t perform that action at this time.
0 commit comments