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 27
27
<scrollTo selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" scrollToSummary" />
28
28
<see userInput =" {{subtotal}}" selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" assertSubtotal" />
29
29
<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" />
34
32
</actionGroup >
35
33
</actionGroups >
You can’t perform that action at this time.
0 commit comments