| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * This file is part of the Klarna KP module
- *
- * (c) Klarna Bank AB (publ)
- *
- * For the full copyright and license information, please view the NOTICE
- * and LICENSE files that were distributed with this source code.
- */
- -->
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="KpCheckoutSuccessMainSection">
- <element name="successTitle" type="text" selector=".page-title"/>
- <element name="success" type="text" selector="div.checkout-success"/>
- <element name="orderNumber" type="text" selector="div.checkout-success > p:nth-child(1) > span"/>
- <element name="orderNumberLink" type="text" selector="div.checkout-success > p:nth-child(1) > a"/>
- <element name="orderNumber22" type="text" selector=".order-number>strong"/>
- <element name="orderLink" type="text" selector="a[href*=order_id].order-number"/>
- <element name="orderNumberText" type="text" selector=".checkout-success > p:nth-child(1)"/>
- <element name="continueShoppingButton" type="button" selector=".action.primary.continue"/>
- <element name="printLink" type="button" selector=".print"/>
- </section>
- </sections>
|