|
2901 | 2901 | <pressKey selector="{{TextOnStage.tinymce('1')}}" userInput="{{PageBuilderVariableWidgetText.value}}" stepKey="fillWysiwygField"/>
|
2902 | 2902 | <waitForElementVisible selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" stepKey="waitForTextOnStage"/>
|
2903 | 2903 | <seeElement selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" stepKey="seeTextOnStage" />
|
2904 |
| - <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::COMMAND, 'a']" stepKey="selectAllText"/> |
| 2904 | + <executeJS function="document.execCommand('selectall', null, false);" stepKey="selectAllText"/> |
2905 | 2905 | <waitForPageLoad stepKey="waitForTextSelect"/>
|
2906 |
| - <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::COMMAND, 'c']" stepKey="copyAllText"/> |
| 2906 | + <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::CONTROL, \Facebook\WebDriver\WebDriverKeys::INSERT]" stepKey="copyAllText"/> |
2907 | 2907 | <waitForPageLoad stepKey="waitForTextCopy"/>
|
2908 |
| - <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::COMMAND, 'v']" stepKey="pasteAllText"/> |
| 2908 | + <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::ARROW_RIGHT, \Facebook\WebDriver\WebDriverKeys::ENTER]" stepKey="unSelectTextAndNewLine"/> |
| 2909 | + <waitForPageLoad stepKey="waitForUnselect"/> |
| 2910 | + <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::SHIFT, \Facebook\WebDriver\WebDriverKeys::INSERT]" stepKey="pasteAllText"/> |
2909 | 2911 | <waitForPageLoad stepKey="waitForTextPaste"/>
|
2910 |
| - <seeNumberOfElements selector="{{TextOnStage.textParagraph('1')}}" userInput="1" stepKey="seeOnlyOneParagraph"/> |
| 2912 | + <seeNumberOfElements selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" userInput="2" stepKey="seeTwoParagraphs"/> |
| 2913 | + <executeJS function="document.execCommand('selectall', null, false);" stepKey="selectAllText2"/> |
| 2914 | + <waitForPageLoad stepKey="waitForTextSelect2"/> |
| 2915 | + <pressKey selector="{{TextOnStage.tinymce('1')}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::SHIFT, \Facebook\WebDriver\WebDriverKeys::INSERT]" stepKey="pasteAllText2"/> |
| 2916 | + <waitForPageLoad stepKey="waitForTextPaste2"/> |
| 2917 | + <seeNumberOfElements selector="{{TextOnStage.text('1', PageBuilderVariableWidgetText.value)}}" userInput="1" stepKey="seeOnlyOneParagraph"/> |
2911 | 2918 | </test>
|
2912 | 2919 | <test name="TextAddLinkToTextInlineWYSIWYG">
|
2913 | 2920 | <annotations>
|
|
0 commit comments