File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
- <test name =" StorefrontPaypalExpressCheckoutWithDiscountCoupon " >
10
+ <test name =" StorefrontPaypalExpressCheckoutWithDiscountCouponTest " >
11
11
<annotations >
12
12
<features value =" PayPal" />
13
13
<stories value =" Paypal express checkout with discount" />
48
48
</before >
49
49
<after >
50
50
<magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
51
+ <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
51
52
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
52
53
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
54
+ <deleteData createDataKey =" createCartPriceRule" stepKey =" deleteCartPriceRule" />
53
55
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
54
56
</after >
55
57
<!-- Login to StoreFront -->
You can’t perform that action at this time.
0 commit comments