File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
</helper >
79
79
<actionGroup ref =" waitForTinyMCEInFocus" stepKey =" waitForTinyMCEInFocus" />
80
80
<executeJS function =" return jQuery('.inline-wysiwyg h2').text().substring(1, 11);" stepKey =" selectionString" />
81
- <assertEquals stepKey =" assertSelectionText " >
81
+ <assertEquals stepKey =" assertSelection " >
82
82
<expectedResult type =" string" >{{TinyMCEPartialHeadingSelection.selection}}</expectedResult >
83
83
<actualResult type =" variable" >selectionString</actualResult >
84
84
</assertEquals >
96
96
</helper >
97
97
<actionGroup ref =" waitForTinyMCEInFocus" stepKey =" waitForTinyMCEInFocus2" />
98
98
<executeJS function =" return jQuery('.inline-wysiwyg p:last-child').text().substring(3, 10);" stepKey =" selectionString2" />
99
- <assertEquals stepKey =" assertSelectionText2 " >
99
+ <assertEquals stepKey =" assertSelection2 " >
100
100
<expectedResult type =" string" >{{TinyMCEPartialTextSelection.selection}}</expectedResult >
101
101
<actualResult type =" variable" >selectionString2</actualResult >
102
102
</assertEquals >
116
116
117
117
<actionGroup ref =" waitForTinyMCEInFocus" stepKey =" waitForTinyMCEInFocus3" />
118
118
<executeJS function =" return jQuery('.inline-wysiwyg').text().substring(1, 35);" stepKey =" selectionString3" />
119
- <assertEquals stepKey =" assertSelectionText3 " >
119
+ <assertEquals stepKey =" assertSelection3 " >
120
120
<expectedResult type =" string" >{{TinyMCEHeadingVariableTextSelection.selection}}</expectedResult >
121
121
<actualResult type =" variable" >selectionString3</actualResult >
122
122
</assertEquals >
You can’t perform that action at this time.
0 commit comments