Skip to content

Commit d077514

Browse files
Manjusha.SManjusha.S
authored andcommitted
fixed design issue
1 parent aeba8ac commit d077514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Data/ConfigurableProductAttributeNameDesignData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<data key="productName" unique="prefix">Shoes</data>
1313
<data key="price">60</data>
1414
<data key="weight">100</data>
15-
<data key="defaultLabel">design</data>
15+
<data key="defaultLabel">design123</data>
1616
<data key="adminFieldRed">red</data>
1717
<data key="defaultStoreViewFieldRed">red123</data>
1818
<data key="adminFieldBlue">blue</data>

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/ConfigurableProductAttributeNameDesignSection/CatalogProductsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<element name="searchDefaultLabelField" type="input" selector="//*[@id='attributeGrid_filter_frontend_label']"/>
1515
<element name="searchButton" type="button" selector="//div[@class='admin__filter-actions']//*[contains(text(), 'Search')]"/>
1616
<element name="storesProductItem" type="button" selector="//*[@data-ui-id='menu-magento-catalog-catalog-attributes-attributes']/a"/>
17-
<element name="createdAttributeItem" type="button" selector="//td[contains(@class, 'col-label') and normalize-space()='design']"/>
17+
<element name="createdAttributeItem" type="button" selector="//td[contains(@class, 'col-label') and normalize-space()='design123']"/>
1818
<element name="deleteAttributeItem" type="button" selector="//*[@id='delete']"/>
1919
<element name="okButton" type="button" selector="//footer[@class='modal-footer']//*[contains(text(),'OK')]"/>
2020
<element name="messageSuccessSavedProduct" type="button" selector="//div[@data-ui-id='messages-message-success']"/>

0 commit comments

Comments
 (0)