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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
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+ */
77-->
88<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi:noNamespaceSchemaLocation=" urn:magento:mftf:Page/etc/SectionObject.xsd" >
1010 <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']" />
1212 <element name =" categoryGridFiltersButton" type =" button" selector =" //div[@class='media-gallery-category-container']//button[@data-action='grid-filter-expand']" />
1313 <element name =" sourceFilterValue" type =" select" parameterized =" true" selector =" //div[@class='media-gallery-container']//select[@name='source']//option[@value='{{option}}']" />
1414 <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