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 21
21
<waitForElementVisible selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" waitForSubtotalVisible" />
22
22
<see selector =" {{CheckoutCartSummarySection.subtotal}}" userInput =" {{subtotal}}" stepKey =" assertSubtotal" />
23
23
<waitForElementVisible selector =" {{CheckoutCartSummarySection.total}}" stepKey =" waitForTotalVisible" />
24
- <waitForElementVisible selector =" {{CheckoutCartSummarySection.totalAmount(total)}}" stepKey =" waitForTotalAmountVisible" />
24
+ <waitForElementVisible selector =" {{CheckoutCartSummarySection.totalAmount(total)}}" time = " 20 " stepKey =" waitForTotalAmountVisible" />
25
25
<see selector =" {{CheckoutCartSummarySection.total}}" userInput =" {{total}}" stepKey =" assertTotal" />
26
26
<seeElement selector =" {{CheckoutCartSummarySection.proceedToCheckout}}" stepKey =" seeProceedToCheckoutButton" />
27
27
</actionGroup >
You can’t perform that action at this time.
0 commit comments