File tree 2 files changed +4
-0
lines changed
Customer/Test/Mftf/Section
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 35
35
<requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
36
36
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
37
37
</entity >
38
+ <entity name =" ApiSimpleProductZeroQty" type =" product" >
39
+ <requiredEntity type =" product_extension_attribute" >EavStock0</requiredEntity >
40
+ </entity >
38
41
<entity name =" ApiSimpleProductWithNoSpace" type =" product" extends =" ApiSimpleProduct" >
39
42
<data key =" name" >TestFooBar</data >
40
43
<data key =" sku" unique =" suffix" >foobar</data >
Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
10
<section name =" StorefrontCustomerOrderViewSection" >
11
11
<element name =" reorder" type =" text" selector =" a.action.order" timeout =" 30" />
12
+ <element name =" view" type =" text" selector =" a.action.view" timeout =" 30" />
12
13
<element name =" orderTitle" type =" text" selector =" .page-title span" />
13
14
<element name =" myOrdersTable" type =" text" selector =" #my-orders-table" />
14
15
<element name =" subtotal" type =" text" selector =" .subtotal .amount" />
You can’t perform that action at this time.
0 commit comments