File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2121 <waitForElementVisible selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" waitForSubtotalVisible" />
2222 <see selector =" {{CheckoutCartSummarySection.subtotal}}" userInput =" {{subtotal}}" stepKey =" assertSubtotal" />
2323 <waitForElementVisible selector =" {{CheckoutCartSummarySection.total}}" stepKey =" waitForTotalVisible" />
24- <waitForElementVisible selector =" {{CheckoutCartSummarySection.totalAmount(total)}}" stepKey =" waitForTotalAmountVisible" />
24+ <waitForElementVisible selector =" {{CheckoutCartSummarySection.totalAmount(total)}}" time = " 20 " stepKey =" waitForTotalAmountVisible" />
2525 <see selector =" {{CheckoutCartSummarySection.total}}" userInput =" {{total}}" stepKey =" assertTotal" />
2626 <seeElement selector =" {{CheckoutCartSummarySection.proceedToCheckout}}" stepKey =" seeProceedToCheckoutButton" />
2727 </actionGroup >
You can’t perform that action at this time.
0 commit comments