|
809 | 809 | <seeElement selector="{{WYSIWYGOnPageBuilder.undo}}" stepKey="seeUndo"/>
|
810 | 810 | <seeElement selector="{{WYSIWYGOnPageBuilder.redo}}" stepKey="seeRedo"/>
|
811 | 811 | <seeElement selector="{{WYSIWYGOnPageBuilder.fontSize}}" stepKey="seeFontsize"/>
|
| 812 | + <seeElement selector="{{WYSIWYGOnPageBuilder.lineHeight}}" stepKey="seeLineHeight"/> |
812 | 813 | <seeElement selector="{{WYSIWYGOnPageBuilder.textColor}}" stepKey="seeTextColor"/>
|
813 | 814 | <seeElement selector="{{WYSIWYGOnPageBuilder.backgroundColor}}" stepKey="seeBackgroundColor"/>
|
814 | 815 | <!--Verify FontSize-->
|
|
834 | 835 | <see userInput="56px" stepKey="see56px" />
|
835 | 836 | <see userInput="64px" stepKey="see64px" />
|
836 | 837 | <see userInput="72px" stepKey="see72px" />
|
| 838 | + <!--Verify LineHeight--> |
| 839 | + <comment userInput="Verify LineHeight" stepKey="commentVerifyLineHeight"/> |
| 840 | + <click selector="{{WYSIWYGOnPageBuilder.lineHeight}}" stepKey="clickOnLineHeight"/> |
| 841 | + <see userInput="10px" stepKey="seeLineHeight10px" /> |
| 842 | + <see userInput="12px" stepKey="seeLineHeight12px" /> |
| 843 | + <see userInput="14px" stepKey="seeLineHeight14px" /> |
| 844 | + <see userInput="16px" stepKey="seeLineHeight16px" /> |
| 845 | + <see userInput="18px" stepKey="seeLineHeight18px" /> |
| 846 | + <see userInput="20px" stepKey="seeLineHeight20px" /> |
| 847 | + <see userInput="24px" stepKey="seeLineHeight24px" /> |
| 848 | + <see userInput="26px" stepKey="seeLineHeight26px" /> |
| 849 | + <see userInput="28px" stepKey="seeLineHeight28px" /> |
| 850 | + <see userInput="32px" stepKey="seeLineHeight32px" /> |
| 851 | + <see userInput="34px" stepKey="seeLineHeight34px" /> |
| 852 | + <see userInput="36px" stepKey="seeLineHeight36px" /> |
| 853 | + <see userInput="38px" stepKey="seeLineHeight38px" /> |
| 854 | + <see userInput="40px" stepKey="seeLineHeight40px" /> |
| 855 | + <see userInput="42px" stepKey="seeLineHeight42px" /> |
| 856 | + <see userInput="48px" stepKey="seeLineHeight48px" /> |
| 857 | + <see userInput="52px" stepKey="seeLineHeight52px" /> |
| 858 | + <see userInput="56px" stepKey="seeLineHeight56px" /> |
| 859 | + <see userInput="64px" stepKey="seeLineHeight64px" /> |
| 860 | + <see userInput="72px" stepKey="seeLineHeight72px" /> |
837 | 861 | <!--Verify FontStyle on preview-->
|
838 | 862 | <comment userInput="Verify FontStyle on preview" stepKey="commentVerifyFontsizeOnPreview"/>
|
839 | 863 | <click selector="{{TextOnStage.tinymce('1')}}" stepKey="focusOnEditorArea"/>
|
|
0 commit comments