Skip to content

Commit e91bf78

Browse files
authored
ACQE-6619 | [MFTF TESTS] AdminSeeFolderInContentSectionOfProductTest
1 parent 512e67b commit e91bf78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<description value="Admin should be able to see default folder is visible Simple Product in Content short description"/>
1717
<severity value="BLOCKER"/>
1818
<testCaseId value="AC-9638"/>
19+
<group value="catalog"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
@@ -33,12 +34,13 @@
3334
</actionGroup>
3435
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
3536
</after>
37+
3638
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="navigateToNewProduct"/>
3739
<actionGroup ref="FillMainProductFormActionGroup" stepKey="fillBasicProductInfo" />
3840
<click selector="{{AdminProductFormSection.contentTab}}" stepKey="clickContentTab" />
39-
<scrollTo selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtnOfDescription}}" y="-150" x="0" stepKey="scrollToDescription"/>
41+
<scrollTo selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" y="-150" x="0" stepKey="scrollToDescription"/>
4042
<waitForElementVisible selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitForDescription" />
41-
<scrollTo selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtnOfDescription}}" y="-150" x="0" stepKey="scrollToDescriptionAgain"/>
43+
<scrollTo selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" y="-150" x="0" stepKey="scrollToDescriptionAgain"/>
4244
<click selector="{{ProductDescriptionWysiwygSection.form}} {{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon1" />
4345
<click selector="{{MediaGallerySection.Browse}}" stepKey="clickBrowse1" />
4446
<waitForPageLoad stepKey="waitForBrowseModal" />
@@ -47,5 +49,6 @@
4749
<see selector="{{MediaGallerySection.UploadImageNew}}" userInput="Upload Image" stepKey="seeUploadImage" />
4850
<waitForElement selector="{{MediaGallerySection.wysiwygAnchor}}" stepKey="waitForWysiwygAnchor" />
4951
<see selector="{{MediaGallerySection.wysiwygAnchor}}" userInput="wysiwyg" stepKey="seeWysiwygAnchor" />
52+
5053
</test>
5154
</tests>

0 commit comments

Comments
 (0)