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 90
90
<checkOption selector =" {{CheckoutCartSummarySection.flatRateShippingMethod}}" stepKey =" selectShippingMethod" />
91
91
<see userInput =" ${{subtotal}}" selector =" {{CheckoutCartSummarySection.subtotal}}" stepKey =" assertSubtotal" />
92
92
<see userInput =" ({{shippingMethod}})" selector =" {{CheckoutCartSummarySection.shippingMethod}}" stepKey =" assertShippingMethod" />
93
- <waitForText userInput =" ${{shipping}}" selector =" {{CheckoutCartSummarySection.shipping}}" time =" 30 " stepKey =" assertShipping" />
93
+ <waitForText userInput =" ${{shipping}}" selector =" {{CheckoutCartSummarySection.shipping}}" time =" 45 " stepKey =" assertShipping" />
94
94
<see userInput =" ${{total}}" selector =" {{CheckoutCartSummarySection.total}}" stepKey =" assertTotal" />
95
95
</actionGroup >
96
96
You can’t perform that action at this time.
0 commit comments