|
62 | 62 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
|
63 | 63 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE"/>
|
64 | 64 | <!-- Select portion of Heading "his is a h" -->
|
65 |
| - <helper class="\Magento\User\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectHeadingTextInTinyMCE"> |
| 65 | + <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectHeadingTextInTinyMCE"> |
66 | 66 | <argument name="context">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
|
67 | 67 | <argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
|
68 | 68 | <argument name="startY">{{TinyMCEPartialHeadingSelection.startY}}</argument>
|
|
78 | 78 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
|
79 | 79 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE2"/>
|
80 | 80 | <!-- Select portion of paragraph text "es stri" -->
|
81 |
| - <helper class="\Magento\User\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectTextInTinyMCE"> |
| 81 | + <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectText" stepKey="selectTextInTinyMCE"> |
82 | 82 | <argument name="context">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
|
83 | 83 | <argument name="startX">{{TinyMCEPartialTextSelection.startX}}</argument>
|
84 | 84 | <argument name="startY">{{TinyMCEPartialTextSelection.startY}}</argument>
|
|
94 | 94 | <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage3"/>
|
95 | 95 | <actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE3"/>
|
96 | 96 | <!-- Select from part of the heading, over the variable, to part of the text string -->
|
97 |
| - <helper class="\Magento\User\Test\Mftf\Helper\SelectText" method="selectHeadingTextAndVariableTinyMCE" stepKey="selectHeadingTextAndVariableTinyMCE"> |
| 97 | + <helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectHeadingTextAndVariableTinyMCE" stepKey="selectHeadingTextAndVariableTinyMCE"> |
98 | 98 | <argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h[2]</argument>
|
99 | 99 | <argument name="secondContext">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
|
100 | 100 | <argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
|
|
0 commit comments