AdminProductNewVideoSection.xml 1.4 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="AdminProductNewVideoSection">
  11. <element name="saveButton" type="button" selector=".action-primary.video-create-button" timeout="30"/>
  12. <element name="saveButtonDisabled" type="text" selector="//button[@class='action-primary video-create-button' and @disabled='disabled']"/>
  13. <element name="cancelButton" type="button" selector=".video-cancel-button" timeout="30"/>
  14. <element name="videoUrlTextField" type="input" selector="#video_url"/>
  15. <element name="videoTitleTextField" type="input" selector="#video_title"/>
  16. <element name="videoDescriptionTextField" type="input" selector="#video_description"/>
  17. <element name="baseCheckbox" type="checkbox" selector="#video_image"/>
  18. <element name="smallCheckbox" type="checkbox" selector="#video_small_image"/>
  19. <element name="swatchCheckbox" type="checkbox" selector="#video_swatch_image"/>
  20. <element name="thumbnailCheckbox" type="checkbox" selector="#video_thumbnail"/>
  21. <element name="hideFromProductPageCheckbox" type="checkbox" selector="#new_video_disabled"/>
  22. </section>
  23. </sections>