Skip to content

Commit fb259ce

Browse files
authored
ACQE-6619 | [MFTF TESTS] AdminSeeFolderInContentSectionOfProductTest
1 parent e349237 commit fb259ce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,19 @@
3333
</actionGroup>
3434
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
3535
</after>
36-
3736
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="navigateToNewProduct"/>
3837
<actionGroup ref="FillMainProductFormActionGroup" stepKey="fillBasicProductInfo" />
3938
<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" />
4443
<click selector="{{MediaGallerySection.Browse}}" stepKey="clickBrowse1" />
4544
<waitForPageLoad stepKey="waitForBrowseModal" />
4645
<waitForElement selector="{{MediaGallerySection.CancelBtn}}" stepKey="waitForCancelBtn1" />
4746
<see selector="{{MediaGallerySection.CancelBtn}}" userInput="Cancel" stepKey="seeCancelBtn1" />
4847
<see selector="{{MediaGallerySection.UploadImageNew}}" userInput="Upload Image" stepKey="seeUploadImage" />
4948
<waitForElement selector="{{MediaGallerySection.wysiwygAnchor}}" stepKey="waitForWysiwygAnchor" />
5049
<see selector="{{MediaGallerySection.wysiwygAnchor}}" userInput="wysiwyg" stepKey="seeWysiwygAnchor" />
51-
5250
</test>
5351
</tests>

0 commit comments

Comments
 (0)