File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
<click selector =" {{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.EditArea}}" stepKey =" focusProductShortDescriptionWysiwyg2" />
99
99
<waitForElementVisible selector =" {{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey =" waitForShortDescription2" />
100
100
<!-- Step-9: Change editor content into Short description -->
101
- <executeJS function =" tinyMCE .get('product_form_short_description').setContent('Hello World! Short Content');" stepKey =" executeJSFillContent2" />
101
+ <executeJS function =" hugerte .get('product_form_short_description').setContent('Hello World! Short Content');" stepKey =" executeJSFillContent2" />
102
102
<scrollTo selector =" {{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" y =" -150" x =" 0" stepKey =" scrollToDesShowHideBtn1" />
103
103
<click selector =" {{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" stepKey =" clickShowHideEditorBtn1" />
104
104
<!-- Step-10: Save entity you are editing (Short Description) -->
261
261
<click selector =" {{TinyMCESection.ShowHideBtn}}" stepKey =" toggleShowHiddenForCategory2" />
262
262
<waitForElementVisible selector =" {{TinyMCESection.TinyMCE}}" stepKey =" waitForTinyMCECategory2" />
263
263
<!-- Step-9: Change content into Category -->
264
- <executeJS function =" tinyMCE .get('category_form_description').setContent('Hello Category World!');" stepKey =" executeJSFillContent" />
264
+ <executeJS function =" hugerte .get('category_form_description').setContent('Hello Category World!');" stepKey =" executeJSFillContent" />
265
265
<click selector =" {{TinyMCESection.ShowHideBtn}}" stepKey =" clickOnShowHideEditorBtn" />
266
266
<waitForElementVisible selector =" {{TinyMCESection.InsertImageBtn}}" stepKey =" waitForInsertImage" />
267
267
<!-- Step-10: Save entity you are editing (Category) -->
You can’t perform that action at this time.
0 commit comments