File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +16
-0
lines changed 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
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
+ <section name =" SmartButtonsCartSection" >
11
+ <element name =" MessageIframe" type =" radio" selector =" .checkout-methods-items .pay-later-message iframe" />
12
+ <element name =" ButtonsIframe" type =" radio" selector =" .checkout-methods-items .smart-buttons iframe" />
13
+ <element name =" ButtonsContainer" type =" radio" selector =" .checkout-methods-items .smart-buttons" />
14
+ <element name =" MessageContainer" type =" radio" selector =" .checkout-methods-items .pay-later-message" />
15
+ </section >
16
+ </sections >
You can’t perform that action at this time.
0 commit comments