Skip to content

Commit 9002f59

Browse files
authored
Update AdminLoginAsCustomerManualChooseFromOrderPageTest.xml
1 parent eac615e commit 9002f59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerManualChooseFromOrderPageTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<group value="login_as_customer"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
24+
2325
<createData entity="Simple_US_Customer_Assistance_Allowed" stepKey="createCustomer"/>
2426
<createData entity="_defaultCategory" stepKey="createCategory"/>
2527
<createData entity="SimpleProduct" stepKey="createProduct">
@@ -47,6 +49,8 @@
4749
<magentoCron groups="index" stepKey="reindex"/>
4850
</before>
4951
<after>
52+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
53+
5054
<actionGroup ref="DeleteCustomStoreActionGroup" stepKey="deleteCustomStore">
5155
<argument name="storeGroupName" value="customStoreGroup.name"/>
5256
</actionGroup>

0 commit comments

Comments
 (0)