Skip to content

Commit c0c4082

Browse files
committed
MC-6421: Admin search displays settings and content items
1 parent 9af3072 commit c0c4082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Search/Test/Mftf/Section/AdminGlobalSearchSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminGlobalSearchSection">
12-
<element name="globalSearch" type="button" selector="//label[contains(concat(' ',normalize-space(@class),' '),' search-global-label ')]"/>
13-
<element name="globalSearchActive" type="block" selector="//div[contains(concat(' ',normalize-space(@class),' '),' search-global-field _active ')]"/>
12+
<element name="globalSearch" type="button" selector="//label[contains(@class, 'search-global-label')]"/>
13+
<element name="globalSearchActive" type="block" selector="//div[contains(@class, 'search-global-field')][contains(@class, '_active')]"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)