KpCreditMemoNewSection.xml 849 B

1234567891011121314151617181920
  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="KpCreditMemoNewSection">
  15. <element name="submitCreditMemo" type="button" selector=".action-default.scalable.save.submit-button.refund.primary"/>
  16. <element name="returnQuantity" type="input" selector=".input-text.admin__control-text.qty-input"/>
  17. <element name="updateQtyButton" type="button" selector=".action-default.scalable.update-button.secondary"/>
  18. </section>
  19. </sections>