Skip to content

Commit 13aad1f

Browse files
committed
MQE-1421: Updating EndToEnd Tests
1 parent f148b65 commit 13aad1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<!-- Check applied discount in cart summary -->
3333
<actionGroup name="StorefrontCheckCouponAppliedActionGroup">
3434
<arguments>
35-
<argument name="rule"/>
36-
<argument name="discount"/>
35+
<argument name="rule" />
36+
<argument name="discount" type="string" />
3737
</arguments>
3838
<waitForElementVisible selector="{{CheckoutCartSummarySection.discountTotal}}" stepKey="waitForDiscountTotal"/>
3939
<see userInput="{{rule.store_labels[1][store_label]}}" selector="{{CheckoutCartSummarySection.discountLabel}}" stepKey="assertDiscountLabel"/>

0 commit comments

Comments
 (0)