File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
<element name =" productQuantity" type =" input" selector =" .admin__field[data-index=qty] input" />
18
18
<element name =" productStockStatus" type =" select" selector =" select[name='product[quantity_and_stock_status][is_in_stock]']" />
19
19
<element name =" productWeight" type =" input" selector =" .admin__field[data-index=weight] input" />
20
- <element name =" contentTab" type =" button" selector =" //strong[@class= 'admin__collapsible-title']/span[text()='Content']" />
20
+ <element name =" contentTab" type =" button" selector =" //strong[contains( @class, 'admin__collapsible-title') ]/span[text()='Content']" />
21
21
<element name =" fieldError" type =" text" selector =" //input[@name='product[{{fieldName}}]']/following-sibling::label[@class='admin__field-error']" parameterized =" true" />
22
22
<element name =" priceFieldError" type =" text" selector =" //input[@name='product[price]']/parent::div/parent::div/label[@class='admin__field-error']" />
23
23
<element name =" addAttributeBtn" type =" button" selector =" #addAttribute" />
24
24
<element name =" createNewAttributeBtn" type =" button" selector =" button[data-index='add_new_attribute_button']" />
25
25
<element name =" save" type =" button" selector =" #save" />
26
- <element name =" attributeTab" type =" button" selector =" //strong[@class= 'admin__collapsible-title']/span[text()='Attributes']" />
26
+ <element name =" attributeTab" type =" button" selector =" //strong[contains( @class, 'admin__collapsible-title') ]/span[text()='Attributes']" />
27
27
<element name =" attributeLabel" type =" input" selector =" //input[@name='frontend_label[0]']" />
28
28
<element name =" frontendInput" type =" select" selector =" select[name = 'frontend_input']" />
29
29
<element name =" productFormTab" type =" button" selector =" //strong[@class='admin__collapsible-title']/span[contains(text(), '{{tabName}}')]" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments