Skip to content

Commit ee75a79

Browse files
MAGETWO-64282: Out of stock associated products to configurable are not full page cache cleaned
- Update automation test
1 parent 757f79c commit ee75a79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>
8282
<deleteData createDataKey="createConfigChildProduct2" stepKey="deleteConfigChildProduct2"/>
8383
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
84-
<actionGroup ref="StorefrontSignOutActionGroup" stepKey="StorefrontSignOutActionGroup"/>
8584
</after>
8685

8786
<!-- Login as a customer -->
@@ -104,6 +103,9 @@
104103
<waitForElement selector="{{CheckoutShippingMethodsSection.next}}" time="30" stepKey="waitForNextButton"/>
105104
<click selector="{{CheckoutShippingSection.next}}" stepKey="clickNext"/>
106105
<click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="clickPlaceOrder"/>
106+
107+
<actionGroup ref="StorefrontSignOutActionGroup" stepKey="StorefrontSignOutActionGroup"/>
108+
107109
<amOnPage url="{{StorefrontCategoryPage.url($$simplecategory.name$$)}}" stepKey="onCategoryPage"/>
108110
<waitForPageLoad stepKey="waitForCategoryLoad"/>
109111

0 commit comments

Comments
 (0)