Skip to content

Commit 7aaf675

Browse files
Subrat Kumar PanditSubrat Kumar Pandit
authored andcommitted
ACQE-7206:Change content of WYSIWYG editor if it's disabled by default
Testcase updated
1 parent 276084e commit 7aaf675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<click selector="{{AdminProductFormSection.contentTab}}" stepKey="clickContentTabForProduct"/>
118118
<waitForPageLoad stepKey="waitForGridLoad2"/>
119119
<click selector="{{TinyMCESection.ShowHideBtn}}" stepKey="clickShowHideBtnAgain"/>
120-
<waitForElementVisible selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitforTinyMCEToBeVisible"/>
120+
<waitForElementVisible selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitForTinyMCEToBeVisible"/>
121121
<click selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" stepKey="focusProductShortDescriptionWysiwyg1"/>
122122
<waitForElementNotVisible selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitForShortDescription1"/>
123123
<click selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" stepKey="clickAgainShowHideBtn2"/>

0 commit comments

Comments
 (0)