|
69 | 69 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
70 | 70 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE"/>
|
71 | 71 | <!-- Select portion of Heading "his is a h" -->
|
72 |
| - <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectHeadingTextInTinyMCE"> |
| 72 | + <helper class="Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectHeadingTextInTinyMCE"> |
73 | 73 | <argument name="context">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
|
74 | 74 | <argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
|
75 | 75 | <argument name="startY">{{TinyMCEPartialHeadingSelection.startY}}</argument>
|
|
85 | 85 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
86 | 86 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE2"/>
|
87 | 87 | <!-- Select portion of paragraph text "es stri" -->
|
88 |
| - <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectTextInTinyMCE"> |
| 88 | + <helper class="Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectTextInTinyMCE"> |
89 | 89 | <argument name="context">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
|
90 | 90 | <argument name="startX">{{TinyMCEPartialTextSelection.startX}}</argument>
|
91 | 91 | <argument name="startY">{{TinyMCEPartialTextSelection.startY}}</argument>
|
|
101 | 101 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage3"/>
|
102 | 102 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE3"/>
|
103 | 103 | <!-- Select from part of the heading, over the variable, to part of the text string -->
|
104 |
| - <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectHeadingTextAndVariableTinyMCE" stepKey="selectHeadingTextAndVariableTinyMCE"> |
| 104 | + <helper class="Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectHeadingTextAndVariableTinyMCE" stepKey="selectHeadingTextAndVariableTinyMCE"> |
105 | 105 | <argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
|
106 | 106 | <argument name="secondContext">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
|
107 | 107 | <argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
|
|
0 commit comments