Skip to content

Commit 2a56761

Browse files
Manjusha.SManjusha.S
authored andcommitted
skipped test and fixed test
1 parent 57c8cb8 commit 2a56761

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Verify that UI elements are not shown if 'Login as customer' functionality is disabled"/>
1717
<severity value="CRITICAL"/>
1818
<group value="login_as_customer"/>
19+
<skip>
20+
<issueId value="ACQE-3906"/>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0" stepKey="disableLoginAsCustomer"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersHoldOnProcessingAndPendingTest.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)