File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 87
87
</actionGroup >
88
88
89
89
<!-- Do not see discount with other country -->
90
- <selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" France " stepKey =" fillCountry2" />
90
+ <selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" United States " stepKey =" fillCountry2" />
91
91
<waitForPageLoad stepKey =" waitForCountry2" />
92
92
<dontSeeElement selector =" {{CheckoutCartSummarySection.discountAmount}}" stepKey =" dontSeeDiscount2" />
93
93
</test >
Original file line number Diff line number Diff line change 75
75
<actionGroup ref =" StorefrontCartPageOpenActionGroup" stepKey =" goToCartPage" />
76
76
<click selector =" {{CheckoutCartSummarySection.shippingHeading}}" stepKey =" expandShipping" />
77
77
<checkOption selector =" {{CheckoutCartSummarySection.flatRateShippingMethod}}" stepKey =" selectFlatRateShipping" />
78
- <selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" France" stepKey =" fillCountryForCheckout" />
79
78
<see selector =" {{CheckoutCartSummarySection.subtotal}}" userInput =" $123.00" stepKey =" seeSubtotal" />
80
79
<dontSeeElement selector =" {{CheckoutCartSummarySection.discountAmount}}" stepKey =" dontSeeDiscount" />
81
80
82
81
<!-- See discount if we use valid postcode -->
83
- <selectOption selector =" {{CheckoutCartSummarySection.country}}" userInput =" United States" stepKey =" fillCountryForDiscount" />
84
82
<selectOption selector =" {{CheckoutCartSummarySection.stateProvince}}" userInput =" Indiana" stepKey =" fillState" />
85
83
<waitForPageLoad stepKey =" waitForPostcode1" />
86
84
<comment userInput =" Adding the comment to replace action for preserving Backward Compatibility" stepKey =" waitForDiscountElement" />
You can’t perform that action at this time.
0 commit comments