Skip to content

Commit d10715a

Browse files
committed
AC-14602::Migrate from TinyMCE to Hugerte.org
1 parent 9fba4c4 commit d10715a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/VerifyDefaultWYSIWYGToolbarOnProductTest/VerifyDefaultWYSIWYGToolbarOnProductTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<click selector="{{AdminProductFormSection.contentTab}}" stepKey="clickContentTab"/>
3131
<waitForElementVisible selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitforTinyMCEVisible1"/>
3232
<seeElement selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="TinyMCEDescription"/>
33+
<waitForElementVisible selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.Toolbar}}" stepKey="waitForToolbarVisible"/>
34+
<waitForElementVisible selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.Toolbar}} button[title='Bold']" stepKey="waitForBoldButton"/>
3335
<seeElement selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.Style}}" stepKey="assertInfo2"/>
3436
<seeElement selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.Bold}}" stepKey="assertInfo3"/>
3537
<seeElement selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.Italic}}" stepKey="assertInfo4"/>

0 commit comments

Comments
 (0)