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 23
23
<element name =" scope" type =" select" selector =" //*[@class='admin__fieldset-wrapper-content admin__collapsible-content _show']//select[@name='is_global']" timeout =" 30" />
24
24
<element name =" defaultValue" type =" input" selector =" //*[@class='admin__fieldset-wrapper-content admin__collapsible-content _show']//input[@name='default_value_text']" />
25
25
<element name =" isUnique" type =" checkbox" selector =" //input[contains(@name, 'is_unique')]/..//label" />
26
- <element name =" storefrontProperties" type =" text" selector =" //*[@id='product_attribute_tabs_front']/span[1 ]" />
26
+ <element name =" storefrontProperties" type =" text" selector =" //div[contains(@data-index,'front_fieldset') ]" />
27
27
<element name =" inSearch" type =" checkbox" selector =" //input[contains(@name, 'is_searchable')]/..//label" />
28
28
<element name =" advancedSearch" type =" checkbox" selector =" //input[contains(@name, 'is_visible_in_advanced_search')]/..//label" />
29
29
<element name =" isComparable" type =" checkbox" selector =" //input[contains(@name, 'is_comparable')]/..//label" />
You can’t perform that action at this time.
0 commit comments