Skip to content

Commit 543774b

Browse files
Merge branch 'ACQE-5772_2' into ACQE-6392
2 parents e8b1d13 + 1cf2635 commit 543774b

4 files changed

+5
-5
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>Goes to the 'Configuration' page for 'Payment Methods'. Fills 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: 2 additions & 2 deletions
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>
@@ -65,7 +65,7 @@
6565
</actionGroup>
6666
<!-- Place Order and assert the url -->
6767
<click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="clickPlaceOrder"/>
68-
<waitForPageLoad stepKey="waitForPageLoad"/>
68+
<wait time="6" stepKey="waitForPageLoad" />
6969
<seeCurrentUrlMatches regex="~\/checkout/#payment~" stepKey="seeCurrentUrl"/>
7070
</test>
7171
</tests>

0 commit comments

Comments
 (0)