File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
<section name =" PageBuilderSection" >
12
12
<element name =" LinkSelect" type =" select" selector =" //select[@name='{{var1}}']" parameterized =" true" />
13
13
<element name =" LinkInput" type =" input" selector =" //select[@name='{{var1}}']/following-sibling::div/input" parameterized =" true" />
14
- <element name =" LinkDropdown" type =" select" selector =" //div[@class= 'url-input-element-linked-element']/div" />
15
- <element name =" LinkSearch" type =" input" selector =" //div[@class= 'url-input-element-linked-element']//input" />
14
+ <element name =" LinkDropdown" type =" select" selector =" //div[contains( @class, 'url-input-element-linked-element') ]/div" />
15
+ <element name =" LinkSearch" type =" input" selector =" //div[contains( @class, 'url-input-element-linked-element') ]//input" />
16
16
<element name =" SearchResultBox" type =" select" selector =" .action-menu._active" />
17
17
<element name =" LinkItemSelected" type =" text" selector =" //span[text()='{{var1}}']/parent::label/parent::div[contains(@class,'_selected')]" parameterized =" true" />
18
18
<element name =" SearchResult" type =" text" selector =" //span[text()='{{var1}}']" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments