Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

31 rader
1.6 KiB

  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. <annotations>
  12. <description>Goes to Admin CMS Page creation page. Validates that all of the Tiny MCE buttons are present.</description>
  13. </annotations>
  14. <seeElement selector="{{TinyMCESection.Style}}" stepKey="assertInfo2"/>
  15. <seeElement selector="{{TinyMCESection.Bold}}" stepKey="assertInfo3"/>
  16. <seeElement selector="{{TinyMCESection.Italic}}" stepKey="assertInfo4"/>
  17. <seeElement selector="{{TinyMCESection.Underline}}" stepKey="assertInfo5"/>
  18. <seeElement selector="{{TinyMCESection.AlignLeft}}" stepKey="assertInfo6"/>
  19. <seeElement selector="{{TinyMCESection.AlignCenter}}" stepKey="assertInfo7"/>
  20. <seeElement selector="{{TinyMCESection.AlignRight}}" stepKey="assertInfo8"/>
  21. <seeElement selector="{{TinyMCESection.Numlist}}" stepKey="assertInfo9"/>
  22. <seeElement selector="{{TinyMCESection.Bullet}}" stepKey="assertInfo10"/>
  23. <seeElement selector="{{TinyMCESection.InsertLink}}" stepKey="assertInfo11"/>
  24. <seeElement selector="{{TinyMCESection.InsertImageIcon}}" stepKey="assertInf12"/>
  25. <seeElement selector="{{TinyMCESection.InsertTable}}" stepKey="assertInfo13"/>
  26. <seeElement selector="{{TinyMCESection.SpecialCharacter}}" stepKey="assertInfo14"/>
  27. </actionGroup>
  28. </actionGroups>