KpStorefrontMiniCartSection.xml 845 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  14. <section name="KpStorefrontMiniCartSection">
  15. <element name="quantity" type="button" selector="span.counter-number"/>
  16. <element name="show" type="button" selector="a.showcart"/>
  17. <element name="goToCheckout" type="button" selector="#top-cart-btn-checkout" timeout="30"/>
  18. <element name="goToCart" type="button" selector="#top-cart-btn-checkout" timeout="30"/>
  19. </section>
  20. </sections>