Skip to content

Commit 00e7a1d

Browse files
committed
ACQE-8209: [MFTF TESTS]AdminCouponCodeCheckTimesUsedAfterGuestOrderTest
- Added select payment method step before asserting billing address.
1 parent 536edc2 commit 00e7a1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCouponCodeCheckTimesUsedAfterGuestOrderTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2022 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -102,6 +102,7 @@
102102
<argument name="customerVar" value="CustomerEntityOne"/>
103103
<argument name="customerAddressVar" value="CustomerAddressSimple"/>
104104
</actionGroup>
105+
<actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectDefaultCheckMoneyOrder"/>
105106
<actionGroup ref="CheckBillingAddressInCheckoutActionGroup" stepKey="guestSeeAddress">
106107
<argument name="customerVar" value="CustomerEntityOne"/>
107108
<argument name="customerAddressVar" value="CustomerAddressSimple"/>

0 commit comments

Comments
 (0)