Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 53bd5b0

Browse files
committed
Merge remote-tracking branch 'upstream/2.3-develop' into MAGETWO-87709
# Conflicts: # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/CustomAttributeData.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/ProductAttributeData.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminProductFormSection.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/StorefrontMessagesSection.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/StorefrontMiniCartSection.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/StorefrontProductInfoMainSection.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Section/StorefrontMiniCartSection.xml # dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Section/StorefrontProductInfoMainSection.xml
1 parent fc15a74 commit 53bd5b0

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/StorefrontProductPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<waitForElementNotVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAdded}}" stepKey="waitForElementNotVisibleAddToCartButtonTitleIsAdded"/>
2020
<waitForElementVisible selector="{{StorefrontProductActionSection.addToCartButtonTitleIsAddToCart}}" stepKey="waitForElementVisibleAddToCartButtonTitleIsAddToCart"/>
2121
<waitForPageLoad stepKey="waitForPageLoad"/>
22-
<see selector="{{StorefrontMessagesSection.messageText}}" userInput="You added {{productName}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
22+
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added {{productName}} to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
2323
</actionGroup>
2424
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Page/StorefrontProductPage.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<page name="StorefrontProductPage" url="/{{var1}}.html" area="storefront" module="Catalog" parameterized="true">
1212
<section name="StorefrontProductInfoMainSection" />
1313
<section name="StorefrontProductInfoDetailsSection" />
14+
<section name="WYSIWYGToolbarSection"/>
1415
<section name="StorefrontProductImageSection" />
1516
<section name="StorefrontMessagesSection" />
1617
<section name="StorefrontProductRelatedProductsSection"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/ActionGroup/StorefrontMiniCartActionGroup.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="clickViewAndEditCartFromMiniCart">
11-
<conditionalClick selector="{{StorefrontMiniCartSection.show}}" dependentSelector="{{StorefrontMiniCartSection.miniCartOpened}}" visible="false" stepKey="openMiniCart"/>
12-
<waitForElementVisible selector="{{StorefrontMiniCartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
13-
<click selector="{{StorefrontMiniCartSection.viewAndEditCart}}" stepKey="viewAndEditCart"/>
11+
<conditionalClick selector="{{StorefrontMinicartSection.showCart}}" dependentSelector="{{StorefrontMinicartSection.miniCartOpened}}" visible="false" stepKey="openMiniCart"/>
12+
<waitForElementVisible selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
13+
<click selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="viewAndEditCart"/>
1414
<seeInCurrentUrl url="checkout/cart" stepKey="seeInCurrentUrl"/>
1515
</actionGroup>
1616
<actionGroup name="assertOneProductNameInMiniCart">
1717
<arguments>
1818
<argument name="productName"/>
1919
</arguments>
20-
<conditionalClick selector="{{StorefrontMiniCartSection.show}}" dependentSelector="{{StorefrontMiniCartSection.miniCartOpened}}" visible="false" stepKey="openMiniCart"/>
21-
<waitForElementVisible selector="{{StorefrontMiniCartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
22-
<see selector="{{StorefrontMiniCartSection.miniCartItemsText}}" userInput="{{productName}}" stepKey="seeInMiniCart"/>
20+
<conditionalClick selector="{{StorefrontMinicartSection.showCart}}" dependentSelector="{{StorefrontMinicartSection.miniCartOpened}}" visible="false" stepKey="openMiniCart"/>
21+
<waitForElementVisible selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
22+
<see selector="{{StorefrontMinicartSection.miniCartItemsText}}" userInput="{{productName}}" stepKey="seeInMiniCart"/>
2323
</actionGroup>
2424
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test/AdminRelatedProductsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<argument name="productName" value="$$baseConfigProductHandle.name$$"/>
193193
</actionGroup>
194194

195-
<see selector="{{StorefrontMiniCartSection.quantity}}" userInput="2" stepKey="seeItemCounterInMiniCart"/>
195+
<see selector="{{StorefrontMinicartSection.quantity}}" userInput="2" stepKey="seeItemCounterInMiniCart"/>
196196

197197
<actionGroup ref="assertOneProductNameInMiniCart" stepKey="assertOneProductNameInMiniCart">
198198
<argument name="productName" value="$$baseConfigProductHandle.name$$"/>

0 commit comments

Comments
 (0)