Skip to content

Commit 6a17348

Browse files
authored
ACQE-7434 | [MFTF TESTS] OnePageCheckoutWithAllProductTypesTest
1 parent f62e369 commit 6a17348

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
<testCaseId value="MC-14742"/>
1919
<group value="checkout"/>
2020
<group value="mtf_migrated"/>
21-
<!--Will be fixed in the scope of ACQE-7434 -->
22-
<group value="pr_exclude"/>
2321
</annotations>
2422
<before>
2523
<magentoCLI stepKey="addDownloadableDomain" command="downloadable:domains:add static.magento.com"/>
2624
<!-- Create category -->
2725
<createData entity="_defaultCategory" stepKey="createCategory"/>
28-
26+
2927
<!-- Create Configurable Product -->
3028
<createData entity="ApiConfigurableProduct" stepKey="createConfigProduct">
3129
<requiredEntity createDataKey="createCategory"/>
@@ -89,6 +87,9 @@
8987

9088
<!-- Create customer -->
9189
<createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
90+
<actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="disableTableRatesShippingMethod">
91+
<argument name="status" value="0"/>
92+
</actionGroup>
9293

9394
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
9495
<argument name="indices" value="cataloginventory_stock"/>

0 commit comments

Comments
 (0)