We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f148b65 commit 13aad1fCopy full SHA for 13aad1f
app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml
@@ -32,8 +32,8 @@
32
<!-- Check applied discount in cart summary -->
33
<actionGroup name="StorefrontCheckCouponAppliedActionGroup">
34
<arguments>
35
- <argument name="rule"/>
36
- <argument name="discount"/>
+ <argument name="rule" />
+ <argument name="discount" type="string" />
37
</arguments>
38
<waitForElementVisible selector="{{CheckoutCartSummarySection.discountTotal}}" stepKey="waitForDiscountTotal"/>
39
<see userInput="{{rule.store_labels[1][store_label]}}" selector="{{CheckoutCartSummarySection.discountLabel}}" stepKey="assertDiscountLabel"/>
0 commit comments