Skip to content

Commit 069ea8b

Browse files
committed
ACQE-5772: Storefront Registered Checkout with PayPal Payflow Pro credit card (Payment Action = Sale) and Virtual quote
1 parent 88ef9b7 commit 069ea8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Paypal/Test/Mftf/Suite/ConfigurePaypalPayflowProSuite.xml renamed to app/code/Magento/Paypal/Test/Mftf/Suite/AdminConfigurePaypalPayflowProSuite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
9-
<suite name="ConfigurePaypalPayflowProSuite">
9+
<suite name="AdminConfigurePaypalPayflowProSuite">
1010
<before>
1111
<!-- Login -->
1212
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>

app/code/Magento/Paypal/Test/Mftf/Test/RegisteredCheckoutWithPayPalPayflowProCreditCardWithPaymentActionSaleAndVirtualQuoteTest.xml renamed to app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRegisteredCustomerCheckoutWithPayPalPayflowProCreditCardWithPaymentActionSaleAndVirtualQuoteAndVerifyTheOrderInBackendTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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="RegisteredCheckoutWithPayPalPayflowProCreditCardWithPaymentActionSaleAndVirtualQuoteTest">
10+
<test name="StorefrontRegisteredCustomerCheckoutWithPayPalPayflowProCreditCardWithPaymentActionSaleAndVirtualQuoteAndVerifyTheOrderInBackendTest">
1111
<annotations>
1212
<features value="PayPal"/>
1313
<stories value="Paypal Payments Pro"/>
1414
<title value="Registered Checkout with PayPal Payflow Pro credit card (Payment Action = Sale) and Virtual quote"/>
15-
<description value="Registered Checkout with PayPal Payflow Pro credit card (Payment Action = Sale) with Virtual Product and assert the details in order view page."/>
15+
<description value="Storefront Registered Customer Checkout with PayPal Payflow Pro credit card (Payment Action = Sale) with Virtual Product and assert the details in order view page."/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="AC-5685"/>
1818
<group value="paypalPayflowPro"/>

0 commit comments

Comments
 (0)