Skip to content

Commit dde69e8

Browse files
Merge branch 'ACQE-8991' into ACQE-functional-deployment-v4-7
2 parents 9bcd880 + 8badbab commit dde69e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutPaymentMethodDiscountTest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
<actionGroup ref="AdminCartPriceRuleSaveActionGroup" stepKey="saveCartPriceRule"/>
4545
</before>
4646
<after>
47-
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
47+
<!-- Delete customer -->
48+
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
49+
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteCustomer">
50+
<argument name="customerEmail" value="Simple_US_Customer.email"/>
51+
</actionGroup>
4852
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
4953
<!-- Delete Cart Price Rule -->
5054
<deleteData createDataKey="createCartPriceRule" stepKey="deleteCartPriceRule"/>

0 commit comments

Comments
 (0)