File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 95
95
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
96
96
97
97
<waitForElementVisible stepKey =" waitForOverviewVisible" selector =" {{CheckoutPaymentSection.tax}}" />
98
- <waitForElementVisible stepKey = " waitForCorrectShippingAmount " selector =" {{CheckoutPaymentSection.orderSummaryShippingTotal}}[text()='$5.00'] " />
98
+ <waitForText userInput = " $5.00 " selector =" {{CheckoutPaymentSection.orderSummaryShippingTotal}}" time = " 30 " stepKey = " waitForCorrectShippingAmount " />
99
99
<see stepKey =" seeTax" selector =" {{CheckoutPaymentSection.tax}}" userInput =" $10.30" />
100
100
<click stepKey =" expandTax" selector =" {{CheckoutPaymentSection.tax}}" />
101
101
<see stepKey =" seeTaxPercent" selector =" {{CheckoutPaymentSection.taxPercentage}}" userInput =" ({{SimpleTaxNY.rate}}%)" />
You can’t perform that action at this time.
0 commit comments