Skip to content

Commit f39c891

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
1 parent 8c3ad24 commit f39c891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

InventoryAdminUi/Test/Mftf/Test/StorefrontQuickOrderConfigurableProductsCustomStockTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
<waitForElementVisible selector="{{StorefrontQuickOrderSection.addToCart}}" stepKey="waitAddToCartProduct1BecomeEnabled"/>
139139
<click selector="{{StorefrontQuickOrderSection.addToCart}}" stepKey="clickAddToCartProduct1CorrectItem"/>
140140
<click selector="{{CheckoutCartProductSection.productOptionsLink}}" stepKey="configureConfigurableProduct1"/>
141+
<waitForElement selector="{{StorefrontProductInfoMainSection.productOptionSelect($configurableProductAttribute.attribute[frontend_labels][0][label]$)}}" stepKey="waitForOption1" />
141142
<selectOption selector="{{StorefrontProductInfoMainSection.productOptionSelect($configurableProductAttribute.attribute[frontend_labels][0][label]$)}}" userInput="$getConfigAttributeOption.value$" stepKey="selectOption1"/>
142143
<fillField selector="{{StorefrontProductPageSection.qtyInput}}" userInput="{{tenPiecesAddToCart.value}}" stepKey="fillProduct1Quantity"/>
143144
<click selector="{{StorefrontCustomerOrderBySkuSection.updateCart}}" stepKey="clickOnAddProduct1ToCartButton"/>
@@ -148,6 +149,7 @@
148149
<waitForElementVisible selector="{{StorefrontQuickOrderSection.addToCart}}" stepKey="waitAddToCartProduct2BecomeEnabled"/>
149150
<click selector="{{StorefrontQuickOrderSection.addToCart}}" stepKey="clickAddToCartProduct2CorrectItem"/>
150151
<click selector="{{CheckoutCartProductSection.productOptionsLink}}" stepKey="configureConfigurableProduct2"/>
152+
<waitForElement selector="{{StorefrontProductInfoMainSection.productOptionSelect($configurableProductAttribute.attribute[frontend_labels][0][label]$)}}" stepKey="waitForOption2" />
151153
<selectOption selector="{{StorefrontProductInfoMainSection.productOptionSelect($configurableProductAttribute.attribute[frontend_labels][0][label]$)}}" userInput="$getConfigAttributeOption.value$" stepKey="selectOption2"/>
152154
<fillField selector="{{StorefrontProductPageSection.qtyInput}}" userInput="{{tenPiecesAddToCart.value}}" stepKey="fillProduct2Quantity"/>
153155
<click selector="{{StorefrontCustomerOrderBySkuSection.updateCart}}" stepKey="clickOnAddProduct2ToCartButton"/>

0 commit comments

Comments
 (0)