File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Catalog/Test/Mftf/Section
ConfigurableProduct/Test/Mftf/Section Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
<element name =" productImage" type =" text" selector =" img.product-image-photo" />
26
26
<element name =" productLink" type =" text" selector =" a.product-item-link" />
27
27
<element name =" productLinkByHref" type =" text" selector =" a.product-item-link[href$='{{var1}}.html']" parameterized =" true" />
28
- <element name =" productPrice" type =" text" selector =" div.price-box .price-final_price" />
28
+ <element name =" productPrice" type =" text" selector =" .price-final_price" />
29
29
<element name =" categoryImage" type =" text" selector =" .category-image" />
30
30
<element name =" emptyProductMessage" type =" block" selector =" .message.info.empty>div" />
31
31
<element name =" lineProductName" type =" text" selector =" .products.list.items.product-items li:nth-of-type({{line}}) .product-item-link" timeout =" 30" parameterized =" true" />
Original file line number Diff line number Diff line change 13
13
<element name =" productName" type =" text" selector =" .base" />
14
14
<element name =" productSku" type =" text" selector =" .product.attribute.sku>.value" />
15
15
<element name =" productPriceLabel" type =" text" selector =" .price-label" />
16
- <element name =" productPrice" type =" text" selector =" div.price-box .price-final_price" />
16
+ <element name =" productPrice" type =" text" selector =" .price-final_price" />
17
17
<element name =" qty" type =" input" selector =" #qty" />
18
18
<element name =" specialPrice" type =" text" selector =" .special-price" />
19
19
<element name =" specialPriceAmount" type =" text" selector =" .special-price span.price" />
Original file line number Diff line number Diff line change 17
17
<!-- Parameter is the order number of the attribute on the page (1 is the newest) -->
18
18
<element name =" nthAttributeOnPage" type =" block" selector =" tr:nth-of-type({{numElement}}) .data" parameterized =" true" />
19
19
<element name =" stockIndication" type =" block" selector =" .stock" />
20
- <element name =" attributeOptionByAttributeID" type =" select" selector =" //div[@class='fieldset']/div[//span[text()='{{attribute_code}}']]//option[text()='{{optionName}}']" parameterized =" true" />
20
+ <element name =" attributeOptionByAttributeID" type =" select" selector =" //div[@class='fieldset']// div[//span[text()='{{attribute_code}}']]//option[text()='{{optionName}}']" parameterized =" true" />
21
21
</section >
22
22
</sections >
You can’t perform that action at this time.
0 commit comments