Skip to content

Commit e6945c1

Browse files
Manjusha.SManjusha.S
authored andcommitted
ACQE-3891 : ACQE-3908 : unskip tests
1 parent 1425d2c commit e6945c1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontUSCustomerCheckoutWithCouponAndBankTransferPaymentMethodTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
<severity value="CRITICAL"/>
1616
<testCaseId value="MC-14706"/>
1717
<group value="mtf_migrated"/>
18-
<skip>
19-
<issueId value="ACQE-3908"></issueId>
20-
</skip>
2118
</annotations>
2219

2320
<before>
21+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2422
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>
2523
<magentoCLI command="config:set {{EnablePaymentBankTransferConfigData.path}} {{EnablePaymentBankTransferConfigData.value}}" stepKey="enableBankTransferPayment"/>
2624
<createData entity="SimpleProduct2" stepKey="simpleProduct">

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +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-3908"/>
21-
</skip>
2219
</annotations>
2320
<before>
21+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2422
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0" stepKey="disableLoginAsCustomer"/>
2523
<comment userInput="Adding the comment to replace 'cache:flush' command for preserving Backward Compatibility" stepKey="flushCacheBeforeTestRun"/>
2624
<createData entity="_defaultCategory" stepKey="createCategory"/>

0 commit comments

Comments
 (0)