Skip to content

Commit 4d2e346

Browse files
committed
AC-246: Update MFFT tests
Rollback targetInput selector and make it work for TinyMCE5
1 parent 9a4fead commit 4d2e346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Section/PageBuilderWYSIWYGSection/WYSIWYGInsertLinkModalSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<element name="browseMediaGalleryButton" type="button" selector="//div[@class='tox-dialog']//label[text()='URL']//..//button[@title='URL']"/>
1616
<element name="textToDisplayInput" type="input" selector="//div[@class='tox-dialog']//label[text()='Text to display']/..//input"/>
1717
<element name="titleInput" type="input" selector="//div[@class='tox-dialog']//label[text()='Title']/..//input"/>
18+
<element name="targetInput" type="input" selector="button[title='Open link in...']"/>
1819
<element name="okButton" type="button" selector="//div[@class='tox-dialog']//button[@title='Save']"/>
1920
<element name="cancelButton" type="button" selector="//div[@aria-label='Insert link']//button//span[.='Cancel']"/>
2021
</section>

0 commit comments

Comments
 (0)