BundleStorefrontSection.xml 1.3 KB

123456789101112131415161718192021222324
  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:Page/etc/SectionObject.xsd">
  10. <section name="BundleStorefrontSection">
  11. <!--TestingForLocationOfOptions-->
  12. <element name="bundleOptionSelector" type="checkbox" selector="//*[@id='bundle-slide']/span" timeout="30"/>
  13. <element name="bundleOptionSelection" type="checkbox" selector="//div[@class='nested options-list']/div[{{optionNumber}}]/label[@class='label']" parameterized="true"/>
  14. <!--Description-->
  15. <!--CE exclusively-->
  16. <element name="longDescriptionText" type="text" selector="//*[@id='description']/div/div" timeout="30"/>
  17. <element name="shortDescriptionText" type="text" selector="//div[@class='product attribute overview']" timeout="30"/>
  18. <!--NameOfProductOnProductPage-->
  19. <element name="bundleProductName" type="text" selector="//*[@id='maincontent']//span[@itemprop='name']"/>
  20. <!--PageNotFoundErrorMessage-->
  21. <element name="pageNotFound" type="text" selector="//h1[@class='page-title']//span[contains(., 'Whoops, our bad...')]"/>
  22. </section>
  23. </sections>