VerifyTinyMCEActionGroup.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  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. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <actionGroup name="VerifyTinyMCEActionGroup">
  11. <seeElement selector="{{TinyMCESection.Style}}" stepKey="assertInfo2"/>
  12. <seeElement selector="{{TinyMCESection.Bold}}" stepKey="assertInfo3"/>
  13. <seeElement selector="{{TinyMCESection.Italic}}" stepKey="assertInfo4"/>
  14. <seeElement selector="{{TinyMCESection.Underline}}" stepKey="assertInfo5"/>
  15. <seeElement selector="{{TinyMCESection.AlignLeft}}" stepKey="assertInfo6"/>
  16. <seeElement selector="{{TinyMCESection.AlignCenter}}" stepKey="assertInfo7"/>
  17. <seeElement selector="{{TinyMCESection.AlignRight}}" stepKey="assertInfo8"/>
  18. <seeElement selector="{{TinyMCESection.Numlist}}" stepKey="assertInfo9"/>
  19. <seeElement selector="{{TinyMCESection.Bullet}}" stepKey="assertInfo10"/>
  20. <seeElement selector="{{TinyMCESection.InsertLink}}" stepKey="assertInfo11"/>
  21. <seeElement selector="{{TinyMCESection.InsertImageIcon}}" stepKey="assertInf12"/>
  22. <seeElement selector="{{TinyMCESection.InsertTable}}" stepKey="assertInfo13"/>
  23. <seeElement selector="{{TinyMCESection.SpecialCharacter}}" stepKey="assertInfo14"/>
  24. </actionGroup>
  25. <actionGroup name="VerifyMagentoEntityActionGroup">
  26. <seeElement selector="{{TinyMCESection.InsertWidgetIcon}}" stepKey="assertInfo15"/>
  27. <seeElement selector="{{TinyMCESection.InsertVariableIcon}}" stepKey="assertInfo16"/>
  28. </actionGroup>
  29. </actionGroups>