File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
<click selector =" {{PayPalPayflowProConfigSection.configureBtn(countryCode)}}" stepKey =" clickPayPalPaymentsProConfigureBtn" />
26
26
<waitForElementVisible selector =" {{PayPalPayflowProConfigSection.partner(countryCode)}}" stepKey =" waitForPartner" />
27
27
<scrollTo selector =" {{PayPalPayflowProConfigSection.partner(countryCode)}}" stepKey =" scrollToBottom" />
28
- <fillField selector =" {{PayPalPayflowProConfigSection.partner(countryCode)}}" userInput =" {{credentials.magento/payflow_pro_partner }}" stepKey =" inputPartner" />
29
- <fillField selector =" {{PayPalPayflowProConfigSection.user(countryCode)}}" userInput =" {{credentials.magento/payflow_pro_user }}" stepKey =" inputUser" />
30
- <fillField selector =" {{PayPalPayflowProConfigSection.vendor(countryCode)}}" userInput =" {{credentials.magento/payflow_pro_vendor }}" stepKey =" inputVendor" />
31
- <fillField selector =" {{PayPalPayflowProConfigSection.password(countryCode)}}" userInput =" {{credentials.magento/payflow_pro_pwd }}" stepKey =" inputPassword" />
28
+ <fillField selector =" {{PayPalPayflowProConfigSection.partner(countryCode)}}" userInput =" {{credentials.paypal_paymentspro_parner }}" stepKey =" inputPartner" />
29
+ <fillField selector =" {{PayPalPayflowProConfigSection.user(countryCode)}}" userInput =" {{credentials.paypal_paymentspro_user }}" stepKey =" inputUser" />
30
+ <fillField selector =" {{PayPalPayflowProConfigSection.vendor(countryCode)}}" userInput =" {{credentials.paypal_paymentspro_vendor }}" stepKey =" inputVendor" />
31
+ <fillField selector =" {{PayPalPayflowProConfigSection.password(countryCode)}}" userInput =" {{credentials.paypal_paymentspro_password }}" stepKey =" inputPassword" />
32
32
<selectOption selector =" {{PayPalPayflowProConfigSection.testmode(countryCode)}}" userInput =" Yes" stepKey =" enableTestMode" />
33
33
<selectOption selector =" {{PayPalPayflowProConfigSection.enableSolution(countryCode)}}" userInput =" Yes" stepKey =" enableSolution" />
34
34
<selectOption selector =" {{PayPalPayflowProConfigSection.enableVault(countryCode)}}" userInput =" Yes" stepKey =" enableSolutionValut" />
You can’t perform that action at this time.
0 commit comments