File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2727 <scrollTo selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" scrollToSummary" />
2828 <see userInput =" {{subtotal}}" selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" assertSubtotal" />
2929 <see userInput =" ({{shippingMethod}})" selector =" {{CheckoutCartSummarySection.shippingMethod}}" stepKey =" assertShippingMethod" />
30- <reloadPage stepKey =" reloadPage" after =" assertShippingMethod" />
31- <waitForPageLoad stepKey =" WaitForPageLoaded" after =" reloadPage" />
32- <waitForText userInput =" {{shipping}}" selector =" {{CheckoutCartSummarySection.shipping}}" time =" 45" stepKey =" assertShipping" after =" WaitForPageLoaded" />
33- <see userInput =" {{total}}" selector =" {{CheckoutCartSummarySection.total}}" stepKey =" assertTotal" after =" assertShipping" />
30+ <waitForText userInput =" {{shipping}}" selector =" {{CheckoutCartSummarySection.shipping}}" time =" 45" stepKey =" assertShipping" />
31+ <see userInput =" {{total}}" selector =" {{CheckoutCartSummarySection.total}}" stepKey =" assertTotal" />
3432 </actionGroup >
3533</actionGroups >
You can’t perform that action at this time.
0 commit comments