File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 16
16
<argument name =" credentials" defaultValue =" SampleBraintreeConfig" />
17
17
<argument name =" countryCode" type =" string" defaultValue =" us" />
18
18
</arguments >
19
- <amOnPage url =" {{AdminConfigPaymentMethodsPage .url}}" stepKey =" navigateToPaymentConfigurationPage" />
19
+ <amOnPage url =" {{AdminConfigBraintreePage .url}}" stepKey =" navigateToPaymentConfigurationPage" />
20
20
<waitForPageLoad stepKey =" waitForPageLoad1" />
21
21
<click selector =" {{BraintreeConfigSection.configureBtn(countryCode)}}" stepKey =" clickBraintreeConfigureBtn" />
22
22
<selectOption selector =" {{BraintreeConfigSection.environment(countryCode)}}" userInput =" Sandbox" stepKey =" inputTypeOfEnvironment" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
9
+ <page name =" AdminConfigBraintreePage" url =" admin/system_config/edit/section/payment/" area =" admin" module =" Magento_Config" >
10
+ <section name =" OtherPaymentsConfigSection" />
11
+ </page >
12
+ </pages >
You can’t perform that action at this time.
0 commit comments