Skip to content

Commit cb42aba

Browse files
shanthishanthi
authored andcommitted
updated files
1 parent bb208c3 commit cb42aba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalPayflowProWithValutActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>
1515
<arguments>
16-
<argument name="credentials" defaultValue="SamplePaypalPaymentsProConfig"/>
16+
<argument name="credentials" defaultValue="SamplePaypalPaymentsProConfig"/>
1717
<argument name="countryCode" type="string" defaultValue="us"/>
1818
</arguments>
1919
<amOnPage url="{{AdminConfigPaymentMethodsPage.url}}" stepKey="navigateToPaymentConfigurationPage"/>
@@ -31,5 +31,6 @@
3131
<selectOption selector ="{{PayPalPayflowProConfigSection.enableVault(countryCode)}}" userInput="Yes" stepKey="enableSolutionValut"/>
3232
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
3333
<waitForPageLoad stepKey="waitForSaving"/>
34+
<see selector="{{AdminMessagesSection.success}}" userInput="You saved the configuration." stepKey="seeSuccess"/>
3435
</actionGroup>
3536
</actionGroups>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="AC-5107"/>
1818
<group value="paypal"/>
19-
<group value="payfloepro"/>
19+
<group value="payflowpro"/>
2020
</annotations>
2121
<before>
2222
<!--Create a customer-->
@@ -39,7 +39,6 @@
3939
<!-- Logout-->
4040
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4141
</after>
42-
4342
<!-- Login as Customer -->
4443
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="customerLogin">
4544
<argument name="Customer" value="$$createCustomer$$"/>

0 commit comments

Comments
 (0)