Skip to content

Commit 5ad8977

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
1 parent b5faba2 commit 5ad8977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/StorefrontProductActionSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<element name="addToCartDisabled" type="button" selector="#product-addtocart-button[disabled]" timeout="60"/>
1414
<element name="addToCartEnabledWithTranslation" type="button" selector="button#product-addtocart-button[data-translate]:enabled" timeout="60"/>
1515
<element name="addToCartButtonTitleIsAdding" type="text" selector="//button/span[text()='Adding...']"/>
16+
<element name="addToCartButtonTitleIsAddingOrAdded" type="text" selector="//button/span[text()='Adding...' or text()='Added']"/>
1617
<element name="addToCartButtonTitleIsAdded" type="text" selector="//button/span[text()='Added']"/>
1718
<element name="addToCartButtonTitleIsAddToCart" type="text" selector="//button/span[text()='Add to Cart']"/>
1819
<element name="inputFormKey" type="text" selector="input[name='form_key']"/>

0 commit comments

Comments
 (0)