Skip to content

Commit 597163a

Browse files
authored
Update AdminCreateNewProductAttributeSection.xml
1 parent cef7d7b commit 597163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateNewProductAttributeSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<element name="scope" type="select" selector="//*[@class='admin__fieldset-wrapper-content admin__collapsible-content _show']//select[@name='is_global']" timeout="30"/>
2424
<element name="defaultValue" type="input" selector="//*[@class='admin__fieldset-wrapper-content admin__collapsible-content _show']//input[@name='default_value_text']"/>
2525
<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')]"/>
2727
<element name="inSearch" type="checkbox" selector="//input[contains(@name, 'is_searchable')]/..//label"/>
2828
<element name="advancedSearch" type="checkbox" selector="//input[contains(@name, 'is_visible_in_advanced_search')]/..//label"/>
2929
<element name="isComparable" type="checkbox" selector="//input[contains(@name, 'is_comparable')]/..//label"/>

0 commit comments

Comments
 (0)