File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 33
33
</actionGroup >
34
34
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" amOnLogoutPage" />
35
35
</after >
36
-
37
36
<actionGroup ref =" AdminOpenNewProductFormPageActionGroup" stepKey =" navigateToNewProduct" />
38
37
<actionGroup ref =" FillMainProductFormActionGroup" stepKey =" fillBasicProductInfo" />
39
38
<click selector =" {{AdminProductFormSection.contentTab}}" stepKey =" clickContentTab" />
40
- <scrollTo selector =" {{ProductShortDescriptionWysiwygSection .form}} {{TinyMCESection.ShowHideBtn }}" y =" -150" x =" 0" stepKey =" scrollToDescription" />
41
- <waitForElementVisible selector =" {{ProductShortDescriptionWysiwygSection .form}} {{TinyMCESection.TinyMCE}}" stepKey =" waitForDescription" />
42
- <scrollTo selector =" {{ProductShortDescriptionWysiwygSection .form}} {{TinyMCESection.ShowHideBtn }}" y =" -150" x =" 0" stepKey =" scrollToDescriptionAgain" />
43
- <click selector =" {{ProductShortDescriptionWysiwygSection .form}} {{TinyMCESection.InsertImageIcon}}" stepKey =" clickInsertImageIcon1" />
39
+ <scrollTo selector =" {{ProductDescriptionWysiwygSection .form}} {{TinyMCESection.ShowHideBtnOfDescription }}" y =" -150" x =" 0" stepKey =" scrollToDescription" />
40
+ <waitForElementVisible selector =" {{ProductDescriptionWysiwygSection .form}} {{TinyMCESection.TinyMCE}}" stepKey =" waitForDescription" />
41
+ <scrollTo selector =" {{ProductDescriptionWysiwygSection .form}} {{TinyMCESection.ShowHideBtnOfDescription }}" y =" -150" x =" 0" stepKey =" scrollToDescriptionAgain" />
42
+ <click selector =" {{ProductDescriptionWysiwygSection .form}} {{TinyMCESection.InsertImageIcon}}" stepKey =" clickInsertImageIcon1" />
44
43
<click selector =" {{MediaGallerySection.Browse}}" stepKey =" clickBrowse1" />
45
44
<waitForPageLoad stepKey =" waitForBrowseModal" />
46
45
<waitForElement selector =" {{MediaGallerySection.CancelBtn}}" stepKey =" waitForCancelBtn1" />
47
46
<see selector =" {{MediaGallerySection.CancelBtn}}" userInput =" Cancel" stepKey =" seeCancelBtn1" />
48
47
<see selector =" {{MediaGallerySection.UploadImageNew}}" userInput =" Upload Image" stepKey =" seeUploadImage" />
49
48
<waitForElement selector =" {{MediaGallerySection.wysiwygAnchor}}" stepKey =" waitForWysiwygAnchor" />
50
49
<see selector =" {{MediaGallerySection.wysiwygAnchor}}" userInput =" wysiwyg" stepKey =" seeWysiwygAnchor" />
51
-
52
50
</test >
53
51
</tests >
You can’t perform that action at this time.
0 commit comments