File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Shipping/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 28
28
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
29
29
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
30
30
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
31
+ <!-- disable table rate meth0d -->
32
+ <actionGroup ref =" AdminOpenShippingMethodsConfigPageActionGroup" stepKey =" openShippingMethodConfigPage" />
33
+ <!-- Switch to Website scope -->
34
+ <actionGroup ref =" AdminSwitchWebsiteActionGroup" stepKey =" AdminSwitchStoreView" >
35
+ <argument name =" website" value =" _defaultWebsite" />
36
+ </actionGroup >
37
+ <actionGroup ref =" AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey =" disableTableRatesShippingMethod" >
38
+ <argument name =" status" value =" 0" />
39
+ </actionGroup >
40
+ <actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfig" />
31
41
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
32
42
</after >
33
43
<!-- Go to Stores > Configuration > Sales > Shipping Methods -->
You can’t perform that action at this time.
0 commit comments