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 77-->
88<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10- <test name =" StorefrontPaypalExpressCheckoutWithDiscountCoupon " >
10+ <test name =" StorefrontPaypalExpressCheckoutWithDiscountCouponTest " >
1111 <annotations >
1212 <features value =" PayPal" />
1313 <stories value =" Paypal express checkout with discount" />
4848 </before >
4949 <after >
5050 <magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
51+ <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
5152 <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
5253 <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
54+ <deleteData createDataKey =" createCartPriceRule" stepKey =" deleteCartPriceRule" />
5355 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
5456 </after >
5557 <!-- Login to StoreFront -->
You can’t perform that action at this time.
0 commit comments