Skip to content

Commit 4984468

Browse files
committed
ACP2E-1275: Fix test fail during PR delivery MC-37339: Check notification message container
1 parent 406cf19 commit 4984468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Theme/Test/Mftf/Test/StoreFrontCheckNotificationMessageContainerTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="Theme"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<createData entity="SimpleProduct2" stepKey="simpleProduct"/>
2324
<createData entity="SalesRuleSpecificCouponAndByPercent" stepKey="createSalesRule"/>
2425
<createData entity="SimpleSalesRuleCoupon" stepKey="createCouponForCartPriceRule">
@@ -28,6 +29,7 @@
2829
<after>
2930
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
3031
<deleteData createDataKey="createSalesRule" stepKey="deleteSalesRule"/>
32+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
3133
</after>
3234

3335
<actionGroup ref="AssertProductNameAndSkuInStorefrontProductPageByCustomAttributeUrlKeyActionGroup" stepKey="openProductPageAndVerifyProduct">

0 commit comments

Comments
 (0)