File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
<actionGroup ref =" FillMainProductFormActionGroup" stepKey =" fillBasicProductInfo" />
33
33
34
34
<click selector =" {{AdminProductFormSection.contentTab}}" stepKey =" clickContentTab" />
35
+ <scrollTo selector =" {{ProductDescriptionWYSIWYGToolbarSection.showHideBtn}}" y =" -150" x =" 0" stepKey =" scrollToDescription" />
35
36
<waitForElementVisible selector =" {{ProductDescriptionWYSIWYGToolbarSection.TinyMCE4}}" stepKey =" waitForDescription" />
36
37
<click selector =" {{ProductDescriptionWYSIWYGToolbarSection.InsertImageIcon}}" stepKey =" clickInsertImageIcon1" />
37
38
<click selector =" {{ProductDescriptionWYSIWYGToolbarSection.Browse}}" stepKey =" clickBrowse1" />
67
68
<fillField selector =" {{ProductDescriptionWYSIWYGToolbarSection.ImageDescription}}" userInput =" {{ImageUpload1.content}}" stepKey =" fillImageDescription1" />
68
69
<fillField selector =" {{ProductDescriptionWYSIWYGToolbarSection.Height}}" userInput =" {{ImageUpload1.height}}" stepKey =" fillImageHeight1" />
69
70
<click selector =" {{ProductDescriptionWYSIWYGToolbarSection.OkBtn}}" stepKey =" clickOkBtn1" />
70
- <scrollTo selector =" {{ProductDescriptionWYSIWYGToolbarSection.TinyMCE4}} " stepKey =" scrollToTinyMCE4" />
71
+ <scrollTo selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.showHideBtn}} " y = " -150 " x = " 0 " stepKey =" scrollToTinyMCE4" />
71
72
<click selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.InsertImageIcon}}" stepKey =" clickInsertImageIcon2" />
72
73
<click selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.Browse}}" stepKey =" clickBrowse2" />
73
74
<waitForLoadingMaskToDisappear stepKey =" waitForLoading13" />
Original file line number Diff line number Diff line change 44
44
<see selector =" {{ProductDescriptionWYSIWYGToolbarSection.InsertImageBtn}}" userInput =" Insert Image..." stepKey =" seeInsertImage1" />
45
45
<dontSee selector =" {{TinyMCESection.InsertWidgetBtn}}" stepKey =" insertWidget1" />
46
46
<dontSee selector =" {{TinyMCESection.InsertVariableBtn}}" stepKey =" insertVariable1" />
47
- <scrollTo selector =" {{ProductDescriptionWYSIWYGToolbarSection .showHideBtn}}" stepKey =" scrollToDesShowHideBtn2" />
47
+ <scrollTo selector =" {{ProductShortDescriptionWYSIWYGToolbarSection .showHideBtn}}" y = " -150 " x = " 0 " stepKey =" scrollToDesShowHideBtn2" />
48
48
<click selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.showHideBtn}}" stepKey =" clickShowHideBtn2" />
49
49
<waitForElementVisible selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.InsertImageBtn}}" stepKey =" waitForInsertImage2" />
50
50
<see selector =" {{ProductShortDescriptionWYSIWYGToolbarSection.InsertImageBtn}}" userInput =" Insert Image..." stepKey =" seeInsertImage2" />
You can’t perform that action at this time.
0 commit comments