File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/MediaGalleryUi/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- /**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
6
- */
3
+ /**
4
+ * Copyright 2020 Adobe
5
+ * All Rights Reserved .
6
+ */
7
7
-->
8
8
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
10
<section name =" AdminEnhancedMediaGalleryFiltersSection" >
11
- <element name =" filtersButton" type =" button" selector =" //div[@class= 'media-gallery-container']//button[@data-action='grid-filter-expand']" />
11
+ <element name =" filtersButton" type =" button" selector =" //div[contains( @class, 'media-gallery-container')]//div[contains(@class, 'admin__data-grid-outer-wrap') ]//button[@data-action='grid-filter-expand']" />
12
12
<element name =" categoryGridFiltersButton" type =" button" selector =" //div[@class='media-gallery-category-container']//button[@data-action='grid-filter-expand']" />
13
13
<element name =" sourceFilterValue" type =" select" parameterized =" true" selector =" //div[@class='media-gallery-container']//select[@name='source']//option[@value='{{option}}']" />
14
14
<element name =" applyFilters" type =" button" selector =" //div[@class='media-gallery-container']//button[@data-action='grid-filter-apply']" />
You can’t perform that action at this time.
0 commit comments