Skip to content

Commit bb40a07

Browse files
Manjusha.SManjusha.S
authored andcommitted
fix
1 parent 9819383 commit bb40a07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="login_as_customer"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"
2324
stepKey="enableLoginAsCustomer"/>
2425
<magentoCLI command="config:set {{LoginAsCustomerStoreViewLogin.path}} 0"

app/code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelClosedAndProcessingTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="mtf_migrated"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2324

2425
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>

0 commit comments

Comments
 (0)