|
131 | 131 | <seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/>
|
132 | 132 | <seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
133 | 133 | <seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
134 |
| - <seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
| 134 | + <seeElement selector="{{TextOnStorefront.textWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
135 | 135 | </test>
|
136 | 136 | <test name="TextSaveEmptyTextContentType">
|
137 | 137 | <annotations>
|
|
554 | 554 | <seeElement selector="{{WYSIWYGOnPageBuilder.textColor}}" stepKey="seeTextColor"/>
|
555 | 555 | <seeElement selector="{{WYSIWYGOnPageBuilder.backgroundColor}}" stepKey="seeBackgroundColor"/>
|
556 | 556 |
|
557 |
| - <!--Verify FontSize--> |
558 |
| - <click selector="{{WYSIWYGOnPageBuilder.fontSize}}" stepKey="clickOnFontSize"/> |
559 |
| - <see userInput="10px" stepKey="see10px" /> |
560 |
| - <see userInput="12px" stepKey="see12px" /> |
561 |
| - <see userInput="14px" stepKey="see14px" /> |
562 |
| - <see userInput="16px" stepKey="see16px" /> |
563 |
| - <see userInput="18px" stepKey="see18px" /> |
564 |
| - <see userInput="20px" stepKey="see20px" /> |
565 |
| - <see userInput="24px" stepKey="see24px" /> |
566 |
| - <see userInput="26px" stepKey="see26px" /> |
567 |
| - <see userInput="28px" stepKey="see28px" /> |
568 |
| - <see userInput="32px" stepKey="see32px" /> |
569 |
| - <see userInput="34px" stepKey="see34px" /> |
570 |
| - <see userInput="36px" stepKey="see36px" /> |
571 |
| - <see userInput="38px" stepKey="see38px" /> |
572 |
| - <see userInput="40px" stepKey="see40px" /> |
573 |
| - <see userInput="42px" stepKey="see42px" /> |
574 |
| - <see userInput="48px" stepKey="see48px" /> |
575 |
| - <see userInput="52px" stepKey="see52px" /> |
576 |
| - <see userInput="56px" stepKey="see56px" /> |
577 |
| - <see userInput="64px" stepKey="see64px" /> |
578 |
| - <see userInput="72px" stepKey="see72px" /> |
| 557 | + <!--<!–Verify FontSize–>--> |
| 558 | + <!--<click selector="{{WYSIWYGOnPageBuilder.fontSize}}" stepKey="clickOnFontSize"/>--> |
| 559 | + <!--<see userInput="10px" stepKey="see10px" />--> |
| 560 | + <!--<see userInput="12px" stepKey="see12px" />--> |
| 561 | + <!--<see userInput="14px" stepKey="see14px" />--> |
| 562 | + <!--<see userInput="16px" stepKey="see16px" />--> |
| 563 | + <!--<see userInput="18px" stepKey="see18px" />--> |
| 564 | + <!--<see userInput="20px" stepKey="see20px" />--> |
| 565 | + <!--<see userInput="24px" stepKey="see24px" />--> |
| 566 | + <!--<see userInput="26px" stepKey="see26px" />--> |
| 567 | + <!--<see userInput="28px" stepKey="see28px" />--> |
| 568 | + <!--<see userInput="32px" stepKey="see32px" />--> |
| 569 | + <!--<see userInput="34px" stepKey="see34px" />--> |
| 570 | + <!--<see userInput="36px" stepKey="see36px" />--> |
| 571 | + <!--<see userInput="38px" stepKey="see38px" />--> |
| 572 | + <!--<see userInput="40px" stepKey="see40px" />--> |
| 573 | + <!--<see userInput="42px" stepKey="see42px" />--> |
| 574 | + <!--<see userInput="48px" stepKey="see48px" />--> |
| 575 | + <!--<see userInput="52px" stepKey="see52px" />--> |
| 576 | + <!--<see userInput="56px" stepKey="see56px" />--> |
| 577 | + <!--<see userInput="64px" stepKey="see64px" />--> |
| 578 | + <!--<see userInput="72px" stepKey="see72px" />--> |
579 | 579 |
|
580 | 580 | <!--Verify FontStyle on preview-->
|
581 | 581 | <executeJS function="tinyMCE.get('pagebuilder_text_form_content').setContent('{{PageBuilderTextContentTypeDefault.value}}');" stepKey="executeJSFillContent"/>
|
|
1704 | 1704 | <seeElementInDOM selector="{{TextOnStorefront.emptyText}}" stepKey="seeTextContentType"/>
|
1705 | 1705 | <seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
1706 | 1706 | <seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/>
|
1707 |
| - <seeElement selector="{{TextOnStorefront.textAreaWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
| 1707 | + <seeElement selector="{{TextOnStorefront.textWidget('1', _ENV.MAGENTO_BASE_URL, $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
1708 | 1708 | </test>
|
1709 | 1709 | </tests>
|
0 commit comments