Skip to content

Commit cd66fc9

Browse files
committed
AC-246: Update MFTF Tests
Revert ImageIcon selector
1 parent e558110 commit cd66fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Mftf/Section/TinyMCESection/TinyMCESection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<element name="InsertVariableBtn" type="button" selector=".scalable.add-variable.plugin"/>
1717
<element name="InsertVariableIcon" type="button" selector="button[aria-label='Insert Variable']"/>
1818
<element name="InsertImageBtn" type="button" selector=".scalable.action-add-image.plugin"/>
19-
<element name="InsertImageIcon" type="button" selector="(//button[contains(@title,'image')])[1]" timeout="30"/>
19+
<element name="InsertImageIcon" type="button" selector="button[title='Insert/edit image']" timeout="30"/>
2020
<element name="Style" type="button" selector="button[title='Formats']"/>
2121
<element name="Bold" type="button" selector="button[title='Bold']"/>
2222
<element name="Italic" type="button" selector="button[title='Italic']"/>

0 commit comments

Comments
 (0)