Skip to content

Commit f62e369

Browse files
authored
ACQE-7381 | [MFTF TESTS] StorefrontUSCustomerCheckoutWithCouponAndBankTransferPaymentMethodTest
Test Fix
1 parent a839850 commit f62e369

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
<severity value="CRITICAL"/>
1616
<testCaseId value="MC-14706"/>
1717
<group value="mtf_migrated"/>
18-
<!-- Will be fixed in scope of ACQE-7381 -->
19-
<group value="pr_exclude"/>
2018
</annotations>
2119

2220
<before>
2321
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2422
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>
23+
<actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="disableTableRatesShippingMethod">
24+
<argument name="status" value="0"/>
25+
</actionGroup>
2526
<magentoCLI command="config:set {{EnablePaymentBankTransferConfigData.path}} {{EnablePaymentBankTransferConfigData.value}}" stepKey="enableBankTransferPayment"/>
2627
<createData entity="SimpleProduct2" stepKey="simpleProduct">
2728
<field key="price">50.00</field>

0 commit comments

Comments
 (0)