Skip to content

Commit d44fef8

Browse files
committed
MAGETWO-89145: Build Stabilization
Move MediaGallery.CategoryFolderOpen to Catalog module
1 parent d4c268b commit d44fef8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminCategoryBasicFieldSection.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,7 @@
5656
<element name="checkIfArrowExpand" type="button" selector="//li[@id='root' and contains(@class,'jstree-closed')]" />
5757
<element name="confirmDelete" type="button" selector=".action-primary.action-accept" />
5858
</section>
59+
<section name="MediaGallerySection">
60+
<element name="CategoryFolderOpen" type="button" selector="//li[@id='Y2F0YWxvZy9jYXRlZ29yeQ--' and contains(@class, 'jstree-open')]" />
61+
</section>
5962
</sections>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Section/TinyMCESection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<element name="checkIfArrowExpand" type="button" selector="//li[@id='root' and contains(@class,'jstree-closed')]" />
5454
<element name="WysiwygArrow" type="button" selector="#d3lzaXd5Zw-- > .jstree-icon" />
5555
<element name="checkIfWysiwygArrowExpand" type="button" selector="//li[@id='d3lzaXd5Zw--' and contains(@class,'jstree-closed')]" />
56-
<element name="CategoryFolderOpen" type="button" selector="//li[@id='Y2F0YWxvZy9jYXRlZ29yeQ--' and contains(@class, 'jstree-open')]" />
5756
<element name="confirmDelete" type="button" selector=".action-primary.action-accept" />
5857
</section>
5958
<section name="VariableSection">

0 commit comments

Comments
 (0)