1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="AdminSalesConfigSection">
- <element name="enableMAPUseSystemValue" type="checkbox" selector="#sales_msrp_enabled_inherit"/>
- <element name="enableMAPSelect" type="select" selector="#sales_msrp_enabled"/>
- <element name="giftOptions" type="select" selector="#sales_gift_options-head"/>
- <element name="allowGiftReceipt" type="select" selector="#sales_gift_options_allow_gift_receipt"/>
- <element name="allowPrintedCard" type="select" selector="#sales_gift_options_allow_printed_card"/>
- <element name="go" type="select" selector="//a[@id='sales_gift_options-head']/ancestor::div[@class='entry-edit-head admin__collapsible-block']"/>
- </section>
- </sections>
|