Skip to content

Commit ee530fc

Browse files
committed
Stability control duties
1 parent 2cd1515 commit ee530fc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@
6565

6666
<!--Check price-->
6767
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage"/>
68+
6869
<comment userInput="Replacing reload action and preserve Backward Compatibility" stepKey="waitForCheckoutPageReload"/>
69-
<!-- change below waitForElementVisible action to waitForElementClickable to prevent flakiness once MQE-3210 is complete -->
70-
<waitForElementVisible selector="{{CheckoutPaymentSection.cartItemsArea}}" stepKey="waitForCartItemsVisible1"/>
71-
<waitForElementNotVisible selector="{{CheckoutPaymentSection.cartItemsAreaActive}}" stepKey="waitForCartItemsActive1"/>
72-
<waitForPageLoad stepKey="waitForOrderSummaryLoad2"/>
70+
<comment userInput="Preserve BIC" stepKey="waitForCartItemsActive1"/>
71+
<comment userInput="Preserve BIC" stepKey="waitForOrderSummaryLoad2"/>
72+
73+
<waitForElementClickable selector="{{CheckoutPaymentSection.cartItemsArea}}" stepKey="waitForCartItemsVisible1"/>
7374
<click selector="{{CheckoutPaymentSection.cartItemsArea}}" stepKey="openItemProductBlock1"/>
7475
<waitForPageLoad stepKey="waitForCartItemLoaded"/>
76+
<waitForElementVisible selector="{{CheckoutPaymentSection.orderSummarySubtotal}}" stepKey="waitForSummarySubtotalVisible" />
7577
<see userInput="$120.00" selector="{{CheckoutPaymentSection.orderSummarySubtotal}}" stepKey="checkSummarySubtotal1"/>
7678
<see userInput="$120.00" selector="{{CheckoutPaymentSection.productItemPriceByName($$createSimpleProduct.name$$)}}" stepKey="checkItemPrice1"/>
7779
</test>

0 commit comments

Comments
 (0)