File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 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...']" />
16
+ <element name =" addToCartButtonTitleIsAddingOrAdded" type =" text" selector =" //button/span[text()='Adding...' or text()='Added']" />
16
17
<element name =" addToCartButtonTitleIsAdded" type =" text" selector =" //button/span[text()='Added']" />
17
18
<element name =" addToCartButtonTitleIsAddToCart" type =" text" selector =" //button/span[text()='Add to Cart']" />
18
19
<element name =" inputFormKey" type =" text" selector =" input[name='form_key']" />
You can’t perform that action at this time.
0 commit comments