Skip to content

Commit 13a4b07

Browse files
authored
MQE-1994: Refactor MFTF tests/actionGroups that need custom actions
1 parent b36efca commit 13a4b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<actionGroup ref="scrollToTinyMCE" stepKey="scrollToTinyMCE3"/>
9696
<!-- Select from part of the heading, over the variable, to part of the text string -->
9797
<helper class="\Magento\PageBuilder\Test\Mftf\Helper\SelectText" method="selectHeadingTextAndVariableTinyMCE" stepKey="selectHeadingTextAndVariableTinyMCE">
98-
<argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h[2]</argument>
98+
<argument name="firstContext">//div[contains(@class, 'inline-wysiwyg')]//h2</argument>
9999
<argument name="secondContext">//div[contains(@class, 'inline-wysiwyg')]//p[2]</argument>
100100
<argument name="startX">{{TinyMCEPartialHeadingSelection.startX}}</argument>
101101
<argument name="startY">{{TinyMCEPartialHeadingSelection.startY}}</argument>

0 commit comments

Comments
 (0)