Skip to content

Commit 1b3f5cf

Browse files
committed
MQE-1994: Refactor MFTF tests/actionGroups that need custom actions
- fix namespace
1 parent e13741e commit 1b3f5cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest/TextVerifySelectionInlineWYSIWYG.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
6363
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE"/>
6464
<!-- 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">
6666
<argument name="context">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
6767
<argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
6868
<argument name="startY">{{TinyMCEPartialHeadingSelection.startY}}</argument>
@@ -78,7 +78,7 @@
7878
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
7979
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE2"/>
8080
<!-- 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">
8282
<argument name="context">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
8383
<argument name="startX">{{TinyMCEPartialTextSelection.startX}}</argument>
8484
<argument name="startY">{{TinyMCEPartialTextSelection.startY}}</argument>
@@ -94,7 +94,7 @@
9494
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage3"/>
9595
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE3"/>
9696
<!-- 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">
9898
<argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h[2]</argument>
9999
<argument name="secondContext">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
100100
<argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>

0 commit comments

Comments
 (0)