File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
SalesRule/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 158
158
<comment userInput =" Check order summary in checkout" stepKey =" commentCheckOrderSummaryInCheckout" after =" guestCheckoutFillingShippingSection" />
159
159
<actionGroup ref =" CheckOrderSummaryInCheckoutActionGroup" stepKey =" guestCheckoutCheckOrderSummary" after =" commentCheckOrderSummaryInCheckout" >
160
160
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
161
- <argument name =" subtotal" value =" {{ E2EB2CQuote.subtotal}} " />
161
+ <argument name =" subtotal" value =" E2EB2CQuote.subtotal" />
162
162
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
163
- <argument name =" shippingTotal" value =" {{ E2EB2CQuote.shipping}} " />
163
+ <argument name =" shippingTotal" value =" E2EB2CQuote.shipping" />
164
164
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
165
- <argument name =" shippingMethod" value =" {{ E2EB2CQuote.shippingMethod}} " />
165
+ <argument name =" shippingMethod" value =" E2EB2CQuote.shippingMethod" />
166
166
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
167
- <argument name =" total" value =" {{ E2EB2CQuote.total}} " />
167
+ <argument name =" total" value =" E2EB2CQuote.total" />
168
168
</actionGroup >
169
169
170
170
<!-- Check ship to information in checkout -->
Original file line number Diff line number Diff line change 158
158
<comment userInput =" Check order summary in checkout" stepKey =" commentCheckOrderSummaryInCheckout" after =" checkoutFillingShippingSection" />
159
159
<actionGroup ref =" CheckOrderSummaryInCheckoutActionGroup" stepKey =" checkoutCheckOrderSummary" after =" commentCheckOrderSummaryInCheckout" >
160
160
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
161
- <argument name =" subtotal" value =" {{ E2EB2CQuote.subtotal}} " />
161
+ <argument name =" subtotal" value =" E2EB2CQuote.subtotal" />
162
162
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
163
- <argument name =" shippingTotal" value =" {{ E2EB2CQuote.shipping}} " />
163
+ <argument name =" shippingTotal" value =" E2EB2CQuote.shipping" />
164
164
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
165
- <argument name =" shippingMethod" value =" {{ E2EB2CQuote.shippingMethod}} " />
165
+ <argument name =" shippingMethod" value =" E2EB2CQuote.shippingMethod" />
166
166
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
167
- <argument name =" total" value =" {{ E2EB2CQuote.total}} " />
167
+ <argument name =" total" value =" E2EB2CQuote.total" />
168
168
</actionGroup >
169
169
170
170
<!-- Check ship to information in checkout -->
Original file line number Diff line number Diff line change 33
33
<actionGroup name =" StorefrontCheckCouponAppliedActionGroup" >
34
34
<arguments >
35
35
<argument name =" rule" />
36
- <argument name =" discount" type = " string " />
36
+ <argument name =" discount" />
37
37
</arguments >
38
38
<waitForElementVisible selector =" {{CheckoutCartSummarySection.discountTotal}}" stepKey =" waitForDiscountTotal" />
39
39
<see userInput =" {{rule.store_labels[1][store_label]}}" selector =" {{CheckoutCartSummarySection.discountLabel}}" stepKey =" assertDiscountLabel" />
You can’t perform that action at this time.
0 commit comments