Skip to content

Commit 9f13f51

Browse files
committed
B2B-1703: Add MFTF test for MC-38558
- Removing leading slash from helper functions
1 parent 2459ccf commit 9f13f51

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
@@ -69,7 +69,7 @@
6969
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
7070
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE"/>
7171
<!-- 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">
7373
<argument name="context">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
7474
<argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
7575
<argument name="startY">{{TinyMCEPartialHeadingSelection.startY}}</argument>
@@ -85,7 +85,7 @@
8585
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage2"/>
8686
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE2"/>
8787
<!-- 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">
8989
<argument name="context">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
9090
<argument name="startX">{{TinyMCEPartialTextSelection.startX}}</argument>
9191
<argument name="startY">{{TinyMCEPartialTextSelection.startY}}</argument>
@@ -101,7 +101,7 @@
101101
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage3"/>
102102
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE3"/>
103103
<!-- 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">
105105
<argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
106106
<argument name="secondContext">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
107107
<argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>

0 commit comments

Comments
 (0)