Skip to content

Commit 1100274

Browse files
ACQE-5761: flat rate magento cli command removed
1 parent f72a9fe commit 1100274

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutTest/StoreFrontValidateDynamicChangeOfShippingRateForGuestUserTest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
</annotations>
2121
<before>
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
23-
<!-- Enabling Flat Rate -->
24-
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2523
<!-- Creating subcategory -->
2624
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2725
<!-- Creating Simple Product -->
@@ -88,8 +86,6 @@
8886
<after>
8987
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
9088
<deleteData createDataKey="createSimpleProduct" stepKey="deleteProduct"/>
91-
<!-- Disable flat rate method -->
92-
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
9389
<!-- Reset shipping origin -->
9490
<actionGroup ref="AdminResetShippingOriginConfigurationActionGroup" stepKey="ResetCaliforniaShippingOrigin"/>
9591
<actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="shippingMethodConfigPage"/>

0 commit comments

Comments
 (0)