File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 320
320
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
321
321
322
322
<waitForElementVisible stepKey =" waitForOverviewVisible" selector =" {{CheckoutPaymentSection.tax}}" />
323
+ <conditionalClick selector =" {{CheckoutCartSummarySection.estimateShippingAndTax}}" dependentSelector =" {{CheckoutCartSummarySection.country}}" visible =" false" stepKey =" expandEstimateShippingandTax" />
324
+ <selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" United States" stepKey =" selectUSCountry" />
325
+ <selectOption selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" California" stepKey =" selectCaliforniaRegion" />
323
326
<see stepKey =" seeTax3" selector =" {{CheckoutPaymentSection.tax}}" userInput =" $10.15" />
324
327
<click stepKey =" expandTax2" selector =" {{CheckoutPaymentSection.tax}}" />
325
328
<see stepKey =" seeTaxPercent2" selector =" {{CheckoutPaymentSection.taxPercentage}}" userInput =" ({{SimpleTaxCA.rate}}%)" />
You can’t perform that action at this time.
0 commit comments