File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
<fillField selector =" {{PayPalExpressCheckoutConfigSection.signature(countryCode)}}" userInput =" {{credentials.paypal_express_api_signature}}" stepKey =" inputAPISignature" />
28
28
<selectOption selector =" {{PayPalExpressCheckoutConfigSection.sandboxMode(countryCode)}}" userInput =" Yes" stepKey =" enableSandboxMode" />
29
29
<selectOption selector =" {{PayPalExpressCheckoutConfigSection.enableSolution(countryCode)}}" userInput =" Yes" stepKey =" enableSolution" />
30
- <selectOption selector =" {{PayPalExpressCheckoutConfigSection.enableInContext(countryCode)}}" userInput =" Yes" stepKey =" enableInContext" />
31
30
<fillField selector =" {{PayPalExpressCheckoutConfigSection.merchantID(countryCode)}}" userInput =" {{credentials.paypal_express_merchantID}}" stepKey =" inputMerchantID" />
32
31
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig" />
33
32
<waitForPageLoad stepKey =" waitForPageLoad2" />
Original file line number Diff line number Diff line change 28
28
<fillField selector =" {{PayPalExpressCheckoutConfigSection.signature(countryCode)}}" userInput =" {{credentials.magento/paypal_express_checkout_us_api_signature}}" stepKey =" inputAPISignature" />
29
29
<selectOption selector =" {{PayPalExpressCheckoutConfigSection.sandboxMode(countryCode)}}" userInput =" Yes" stepKey =" enableSandboxMode" />
30
30
<selectOption selector =" {{PayPalExpressCheckoutConfigSection.enableSolution(countryCode)}}" userInput =" Yes" stepKey =" enableSolution" />
31
+ <selectOption selector =" {{PayPalExpressCheckoutConfigSection.enableInContext(countryCode)}}" userInput =" Yes" stepKey =" enableInContext" />
31
32
<waitForElementVisible selector =" {{PayPalExpressCheckoutConfigSection.merchantID(countryCode)}}" stepKey =" waitForMerchantIdField" />
32
33
<fillField selector =" {{PayPalExpressCheckoutConfigSection.merchantID(countryCode)}}" userInput =" {{credentials.magento/paypal_express_checkout_us_merchant_id}}" stepKey =" inputMerchantID" />
33
34
<!-- Save configuration-->
You can’t perform that action at this time.
0 commit comments