File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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 =" StorefrontProductActionSection" >
11
11
<element name =" quantity" type =" input" selector =" #qty" />
12
- <element name =" addToCart" type =" button" selector =" #product-addtocart-button" timeout =" 60" />
12
+ <element name =" addToCart" type =" button" selector =" .box-tocart .fieldset .actions #product-addtocart-button" timeout =" 60" />
13
13
<element name =" addToCartDisabled" type =" button" selector =" #product-addtocart-button[disabled]" timeout =" 60" />
14
14
<element name =" addToCartEnabledWithTranslation" type =" button" selector =" button#product-addtocart-button[data-translate]:enabled" timeout =" 60" />
15
15
<element name =" addToCartButtonTitleIsAdding" type =" text" selector =" //button/span[text()='Adding...']" />
You can’t perform that action at this time.
0 commit comments