Skip to content

Commit ab44d04

Browse files
committed
ACQE-5772: Registered Checkout with PayPal Payflow Pro credit card (Payment Action = Sale) and Virtual quote
Changed actiongroup's name to original name
1 parent 20dbd53 commit ab44d04

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AdminConfigurePayPalPayflowProActionGroup" extends="AdminPayPalPayflowProWithValutActionGroup">
11+
<actionGroup name="AdminPayPalPayflowProActionGroup" extends="AdminPayPalPayflowProWithValutActionGroup">
1212
<annotations>
1313
<description>Go to the 'Configuration' page for 'Payment Methods'. Fill in the provided Sample PayPal Payflow pro credentials and other details. Clicks on Save.</description>
1414
</annotations>

app/code/Magento/Paypal/Test/Mftf/Suite/AdminConfigurePaypalPayflowProSuite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Login -->
1212
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
1313
<!--Config PayPal Payflow Pro-->
14-
<actionGroup ref="AdminConfigurePayPalPayflowProActionGroup" stepKey="configPaypalPayflowPro">
14+
<actionGroup ref="AdminPayPalPayflowProActionGroup" stepKey="configPaypalPayflowPro">
1515
<argument name="credentials" value="SamplePaypalPaymentsProConfig"/>
1616
</actionGroup>
1717
</before>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@
103103
<actionGroup ref="AdminOpenOrderCommentsHistoryActionGroup" stepKey="clickOnCommentsHistory"/>
104104
<waitForText selector="{{AdminOrderCommentsTabSection.orderComment}}" userInput="Authorized amount of $384.00. Transaction ID: &quot;{$grabATransactionID}&quot;" stepKey="seeOrderHistoryNotes"/>
105105
</test>
106-
</tests>
106+
</tests>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<argument name="tags" value=""/>
3636
</actionGroup>
3737
<!-- Paypal Payflow -->
38-
<actionGroup ref="AdminConfigurePayPalPayflowProActionGroup" stepKey="ConfigPayflow">
38+
<actionGroup ref="AdminPayPalPayflowProActionGroup" stepKey="ConfigPayflow">
3939
<argument name="credentials" value="SamplePaypalPaymentsProConfig"/>
4040
</actionGroup>
4141
</before>

0 commit comments

Comments
 (0)