Skip to content

Commit eeba018

Browse files
Merge branch 'ACQE-8028' into ACQE-functional-deployment-v3-2
2 parents 6dd3fa9 + e665133 commit eeba018

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddToCartFromStorefrontProductPageActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<argument name="productName"/>
1818
</arguments>
1919
<waitForElementNotVisible selector="{{StorefrontProductActionSection.addToCartDisabled}}" stepKey="waitForAddToCartButtonToRemoveDisabledState"/>
20+
<!-- Scroll to button to prevent overlapping elements from intercepting click -->
21+
<scrollTo selector="{{StorefrontProductActionSection.addToCart}}" stepKey="scrollToAddToCartButton"/>
2022
<waitForElementClickable selector="{{StorefrontProductActionSection.addToCart}}" stepKey="waitForAddToCartButton"/>
2123
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addToCart"/>
2224
<waitForPageLoad stepKey="waitForAddToCart"/>

app/code/Magento/Translation/Test/Mftf/Test/StorefrontButtonsInlineTranslationOnProductPageTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<group value="translation"/>
2121
<group value="catalog"/>
2222
<group value="developer_mode_only"/>
23-
<group value="pr_exclude"/>
2423
</annotations>
2524
<before>
2625
<!-- Enable Translate Inline For Storefront -->

0 commit comments

Comments
 (0)