Skip to content

Commit ed7fb27

Browse files
committed
MQE-1026: Stablize RE-develop branch
1 parent 999316f commit ed7fb27

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/StorefrontProductActionSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1010
<section name="StorefrontProductActionSection">
1111
<element name="quantity" type="input" selector="#qty"/>
12-
<element name="addToCart" type="button" selector="#product-addtocart-button" timeout="30"/>
12+
<element name="addToCart" type="button" selector="#product-addtocart-button"/>
1313
<element name="addToCartButtonTitleIsAdding" type="text" selector="//button/span[text()='Adding...']"/>
1414
<element name="addToCartButtonTitleIsAdded" type="text" selector="//button/span[text()='Added']"/>
1515
<element name="addToCartButtonTitleIsAddToCart" type="text" selector="//button/span[text()='Add to Cart']"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/ActionGroup/StorefrontSalesRuleActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<waitForPageLoad stepKey="waitForProductPageLoad"/>
5050
<fillField selector="{{StorefrontProductActionSection.quantity}}" userInput="{{quantity}}" stepKey="fillQuantity"/>
5151
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addProductToCart"/>
52+
<waitForPageLoad stepKey="waitForAddToCart"/>
5253
<amOnPage url="{{CheckoutCartPage.url}}" stepKey="goToCartPage"/>
5354
<waitForPageLoad stepKey="waitForCartPage"/>
5455
<waitForElementVisible selector="{{CheckoutCartSummarySection.discountAmount}}" stepKey="waitForDiscountElement"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/Test/AdminCreateCartPriceRuleForCouponCodeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<amOnPage url="{{_defaultProduct.urlKey}}.html" stepKey="goToProductPage"/>
7575
<waitForPageLoad stepKey="waitForProductPageLoad"/>
7676
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addProductToCart"/>
77+
<waitForPageLoad stepKey="waitForAddToCart"/>
7778
<amOnPage url="{{CheckoutCartPage.url}}" stepKey="goToCartPage"/>
7879
<waitForPageLoad stepKey="waitForCartPage"/>
7980
<actionGroup ref="StorefrontApplyCouponActionGroup" stepKey="applyCoupon">

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/SalesRule/Test/AdminCreateCartPriceRuleForGeneratedCouponTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<amOnPage url="{{_defaultProduct.urlKey}}.html" stepKey="goToProductPage"/>
6767
<waitForPageLoad stepKey="waitForProductPageLoad"/>
6868
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addProductToCart"/>
69+
<waitForPageLoad stepKey="waitForAddToCart"/>
6970
<amOnPage url="{{CheckoutCartPage.url}}" stepKey="goToCartPage"/>
7071
<waitForPageLoad stepKey="waitForCartPage"/>
7172
<conditionalClick selector="{{StorefrontSalesRuleCartCouponSection.couponHeader}}" dependentSelector="{{StorefrontSalesRuleCartCouponSection.discountBlockActive}}" visible="false" stepKey="clickCouponHeader"/>

0 commit comments

Comments
 (0)