Skip to content

Commit 53bd3d8

Browse files
ACQE-5709 : Updated test name and deleted data in after tag
1 parent c8b5ea2 commit 53bd3d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutWithDiscountCoupon.xml renamed to app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutWithDiscountCouponTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"/>
@@ -48,8 +48,10 @@
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 -->

0 commit comments

Comments
 (0)