Skip to content

Commit 8124a55

Browse files
committed
MQE-920: MSI MFTF Test Cases 2
- Replacing "block" with "textarea" since 'block' was removed from the XSD.
1 parent c92b941 commit 8124a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Section/AdminProductFormConfigurationsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<element name="productWeight" type="input" selector=".admin__control-text[name='product[weight]']"/>
2222
<element name="productQuantity" type="input" selector=".admin__control-text[name='product[quantity_and_stock_status][qty]']"/>
2323
<element name="currentVariationsQuantityCells" type="button" selector="td[data-index='quantity_per_source_container']"/>
24-
<element name="rowByCode" type="block" selector="//span[contains(text(), '{{var1}}-{{var2}}')]//ancestor-or-self::tr" parameterized="true"/>
24+
<element name="rowByCode" type="textarea" selector="//span[contains(text(), '{{var1}}-{{var2}}')]//ancestor-or-self::tr" parameterized="true"/>
2525
</section>
2626
<section name="AdminConfigurableProductSelectAttributesSlideOut">
2727
<element name="grid" type="button" selector=".admin__data-grid-wrap tbody"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/Section/AdminStoresGridSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<element name="websiteNameInFirstRow" type="text" selector=".col-website_title>a"/>
2121
<element name="storeGrpNameInFirstRow" type="text" selector=".col-group_title>a"/>
2222
<element name="storeNameInFirstRow" type="text" selector=".col-store_title>a"/>
23-
<element name="firstRow" type="block" selector="(//*[@id='storeGrid_table']/tbody/tr)[1]"/>
23+
<element name="firstRow" type="textarea" selector="(//*[@id='storeGrid_table']/tbody/tr)[1]"/>
2424
</section>
2525
</sections>

0 commit comments

Comments
 (0)