File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments