KpCheckoutSuccessMainSection.xml 1.3 KB

1234567891011121314151617181920212223242526
  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="KpCheckoutSuccessMainSection">
  15. <element name="successTitle" type="text" selector=".page-title"/>
  16. <element name="success" type="text" selector="div.checkout-success"/>
  17. <element name="orderNumber" type="text" selector="div.checkout-success > p:nth-child(1) > span"/>
  18. <element name="orderNumberLink" type="text" selector="div.checkout-success > p:nth-child(1) > a"/>
  19. <element name="orderNumber22" type="text" selector=".order-number>strong"/>
  20. <element name="orderLink" type="text" selector="a[href*=order_id].order-number"/>
  21. <element name="orderNumberText" type="text" selector=".checkout-success > p:nth-child(1)"/>
  22. <element name="continueShoppingButton" type="button" selector=".action.primary.continue"/>
  23. <element name="printLink" type="button" selector=".print"/>
  24. </section>
  25. </sections>