Skip to content

Commit 15fdc9f

Browse files
authored
Merge pull request #372 from magento-performance/MCP-522
[MCP-522] Cover Zephyr MC-42725 with MFTF Scenario
2 parents 265458e + 27ad059 commit 15fdc9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/ProductData.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<requiredEntity type="product_extension_attribute">EavStockItem</requiredEntity>
3636
<requiredEntity type="custom_attribute_array">CustomAttributeCategoryIds</requiredEntity>
3737
</entity>
38+
<entity name="ApiSimpleProductZeroQty" type="product">
39+
<requiredEntity type="product_extension_attribute">EavStock0</requiredEntity>
40+
</entity>
3841
<entity name="ApiSimpleProductWithNoSpace" type="product" extends="ApiSimpleProduct">
3942
<data key="name">TestFooBar</data>
4043
<data key="sku" unique="suffix">foobar</data>

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerOrderViewSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1010
<section name="StorefrontCustomerOrderViewSection">
1111
<element name="reorder" type="text" selector="a.action.order" timeout="30"/>
12+
<element name="view" type="text" selector="a.action.view" timeout="30"/>
1213
<element name="orderTitle" type="text" selector=".page-title span"/>
1314
<element name="myOrdersTable" type="text" selector="#my-orders-table"/>
1415
<element name="subtotal" type="text" selector=".subtotal .amount"/>

0 commit comments

Comments
 (0)