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 65
65
66
66
<!-- Check price-->
67
67
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage" />
68
+
68
69
<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 " />
73
74
<click selector =" {{CheckoutPaymentSection.cartItemsArea}}" stepKey =" openItemProductBlock1" />
74
75
<waitForPageLoad stepKey =" waitForCartItemLoaded" />
76
+ <waitForElementVisible selector =" {{CheckoutPaymentSection.orderSummarySubtotal}}" stepKey =" waitForSummarySubtotalVisible" />
75
77
<see userInput =" $120.00" selector =" {{CheckoutPaymentSection.orderSummarySubtotal}}" stepKey =" checkSummarySubtotal1" />
76
78
<see userInput =" $120.00" selector =" {{CheckoutPaymentSection.productItemPriceByName($$createSimpleProduct.name$$)}}" stepKey =" checkItemPrice1" />
77
79
</test >
You can’t perform that action at this time.
0 commit comments