Skip to content

Commit 4f6cf60

Browse files
committed
MC-39107: [MAGENTO CLOUD] Page refresh on add to cart from product block
1 parent 37b3627 commit 4f6cf60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<element name="addToCartButtonTitleIsAdding" type="text" selector="//button/span[text()='Adding...']"/>
1515
<element name="addToCartButtonTitleIsAdded" type="text" selector="//button/span[text()='Added']"/>
1616
<element name="addToCartButtonTitleIsAddToCart" type="text" selector="//button/span[text()='Add to Cart']"/>
17-
<element name="addToCartButtonTitleIsAddToCartBySku" type="text" selector="//form[@data-product-sku='{{var1}}']//button[contains(@class, 'tocart')]/span[text()='Add to Cart']" parameterized="true" />
1817
<element name="inputFormKey" type="text" selector="input[name='form_key']"/>
1918
</section>
2019
</sections>

0 commit comments

Comments
 (0)