AmazonCheckoutSection.xml 885 B

123456789101112131415161718
  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:Test/etc/sectionObjectSchema.xsd">
  10. <section name="AmazonCheckoutSection">
  11. <element name="cartPayButton" type="img" selector="#PayWithAmazon-checkout-cart-shortcut-buttons img"/>
  12. <element name="miniCartPayButton" type="img" selector="#minicart-amazon-pay-button img"/>
  13. <element name="productPayButton" type="div" selector="#amazon-addtoCart-amazon-pay-button-product"/>
  14. <element name="checkoutPayButton" type="img" selector=".amazon-button-container img"/>
  15. <element name="loginButton" type="img" selector="#LoginWithAmazon-amazon-login img"/>
  16. </section>
  17. </sections>