File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
<element name =" collapseAll" type =" button" selector =" .tree-actions a:first-child" />
13
13
<element name =" expandAll" type =" button" selector =" .tree-actions a:last-child" />
14
14
<element name =" categoryHighlighted" type =" text" selector =" //div[@id='store.menu']//span[contains(text(),'{{name}}')]/ancestor::li" parameterized =" true" timeout =" 30" />
15
- <element name =" categoryNotHighlighted" type =" text" selector =" #store\.menu ul li.active" timeout =" 30" />
15
+ <element name =" categoryNotHighlighted" type =" text" selector =" #store\\ .menu ul li.active" timeout =" 30" />
16
16
<element name =" categoryTreeRoot" type =" text" selector =" div.x-tree-root-node>li.x-tree-node:first-of-type>div.x-tree-node-el:first-of-type" timeout =" 30" />
17
17
<element name =" categoryInTree" type =" text" selector =" //a/span[contains(text(), '{{name}}')]" parameterized =" true" timeout =" 30" />
18
18
<element name =" categoryInTreeUnderRoot" type =" text" selector =" //li/ul/li[@class='x-tree-node']/div/a/span[contains(text(), '{{name}}')]" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments