Skip to content

Commit 7e7faa3

Browse files
committed
MAGETWO-73528: Out of stock associated products to configurable are not full page cache cleaned #8009
1 parent 6940d20 commit 7e7faa3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/code/Magento/CatalogInventory/Test/Mftf/Test/AssociatedProductToConfigurableOutOfStockTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<test name="AssociatedProductToConfigurableOutOfStockTest">
1212
<annotations>
1313
<features value="CatalogInventory"/>
14-
<stories value="Add/remove images and videos for all product types and category"/>
15-
<title value="Out of stock associated products to configurable are not full page cache cleaned "/>
14+
<stories value="MAGETWO-73528: Out of stock associated products to configurable are not full page cache cleaned"/>
15+
<title value="Checking out of stock associated products to configurable after checkout - full page cache cleaned"/>
1616
<description value="After last configurable product was ordered it becomes out of stock"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MAGETWO-96031"/>
@@ -67,7 +67,7 @@
6767
<actionGroup ref="CheckoutSelectFlatRateShippingMethodActionGroup" stepKey="selectShippingMehod"/>
6868
<click selector="{{CheckoutShippingSection.next}}" stepKey="clickNext"/>
6969
<actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectPaymentMethod"/>
70-
<actionGroup ref="CheckoutPlaceOrderActionGroup" stepKey="placeorder">
70+
<actionGroup ref="CheckoutPlaceOrderActionGroup" stepKey="placeOrder">
7171
<argument name="orderNumberMessage" value="CONST.successCheckoutOrderNumberMessage" />
7272
<argument name="emailYouMessage" value="CONST.successCheckoutEmailYouMessage" />
7373
</actionGroup>

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464
</actionGroup>
6565

6666
<actionGroup name="AdminCreateConfigurableProductChildQty1ActionGroup" extends="AdminCreateApiConfigurableProductActionGroup">
67-
<createData entity="ApiConfigurableProductWithOutCategory" stepKey="createConfigProduct">
68-
<field key="name">{{productName}}</field>
69-
</createData>
7067
<createData entity="ApiSimpleSingleQty" stepKey="createConfigChildProduct1">
7168
<requiredEntity createDataKey="createConfigProductAttribute"/>
7269
<requiredEntity createDataKey="getConfigAttributeOption1"/>

0 commit comments

Comments
 (0)