Skip to content

Commit 7993373

Browse files
committed
Merge remote-tracking branch 'upstream/2.4-develop' into MQE-1957
2 parents 6fe5994 + f7875fc commit 7993373

File tree

26 files changed

+36
-43
lines changed

26 files changed

+36
-43
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/CurrencyChangingBundleProductInCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
<argument name="product" value="$$simpleProduct2$$"/>
7878
<argument name="currency" value="USD - US Dollar"/>
7979
</actionGroup>
80-
<click stepKey="openMiniCart" selector="{{StorefrontMinicartSection.showCart}}"/>
81-
<waitForPageLoad stepKey="waitForMiniCart"/>
80+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCart"/>
8281
<see stepKey="seeCartSubtotal" userInput="$12,300.00"/>
8382
</test>
8483
</tests>

app/code/Magento/Captcha/Test/Mftf/Test/CaptchaFormsDisplayingTest/CaptchaWithDisabledGuestCheckoutTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<waitForPageLoad stepKey="waitForAddToCart"/>
3939
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
4040
<waitForText userInput="You added $$createSimpleProduct.name$$ to your shopping cart." stepKey="waitForText"/>
41-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
41+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart"/>
4242
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
4343
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.email}}" stepKey="waitEmailFieldVisible"/>
4444
<fillField selector="{{StorefrontCustomerSignInPopupFormSection.email}}" userInput="{{Simple_US_Customer.email}}" stepKey="fillCustomerEmail"/>
@@ -50,7 +50,7 @@
5050
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.captchaReload}}" stepKey="seeCaptchaReloadButton"/>
5151
<reloadPage stepKey="refreshPage"/>
5252
<waitForPageLoad stepKey="waitForPageLoad2"/>
53-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart2"/>
53+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart2"/>
5454
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout2"/>
5555
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.email}}" stepKey="waitEmailFieldVisible2"/>
5656
<waitForElementVisible selector="{{StorefrontCustomerSignInPopupFormSection.captchaField}}" stepKey="seeCaptchaField2"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminAddInStockProductToTheCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
8484
<seeElement selector="{{StorefrontProductPageSection.successMsg}}" stepKey="seeSuccessSaveMessage"/>
8585
<seeElement selector="{{StorefrontMinicartSection.quantity(1)}}" stepKey="seeAddedProductQuantityInCart"/>
86-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
86+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
8787
<see selector="{{StorefrontMinicartSection.miniCartItemsText}}" userInput="{{SimpleProduct.name}}" stepKey="seeProductNameInMiniCart"/>
8888
<see selector="{{StorefrontMinicartSection.miniCartItemsText}}" userInput="{{SimpleProduct.price}}" stepKey="seeProductPriceInMiniCart"/>
8989
<seeElement selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="seeCheckOutButtonInMiniCart"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminConfigureProductImagePlaceholderTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<seeElement selector="{{StorefrontProductMediaSection.imageFile(placeholderBaseImage.name)}}" stepKey="seeBasePlaceholderImage"/>
115115
<click selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="addProductToCart1"/>
116116
<waitForElementVisible selector="{{StorefrontProductPageSection.successMsg}}" stepKey="waitForProductAdded1"/>
117-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniCart1"/>
117+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCart1"/>
118118
<grabAttributeFrom selector="{{StorefrontMinicartSection.productImageByName($$productNoImages.name$$)}}" userInput="src" stepKey="getThumbnailPlaceholderImageSrc"/>
119119
<assertContains stepKey="checkThumbnailPlaceholderImage">
120120
<actualResult type="variable">$getThumbnailPlaceholderImageSrc</actualResult>
@@ -132,7 +132,7 @@
132132
<dontSeeElement selector="{{StorefrontProductMediaSection.imageFile(placeholderBaseImage.name)}}" stepKey="dontSeeBasePlaceholderImage"/>
133133
<click selector="{{StorefrontProductPageSection.addToCartBtn}}" stepKey="addProductToCart2"/>
134134
<waitForElementVisible selector="{{StorefrontProductPageSection.successMsg}}" stepKey="waitForProductAdded2"/>
135-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniCart2"/>
135+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCart2"/>
136136
<grabAttributeFrom selector="{{StorefrontMinicartSection.productImageByName($$productWithImages.name$$)}}" userInput="src" stepKey="getThumbnailImageSrc"/>
137137
<assertNotContains stepKey="checkThumbnailImage">
138138
<actualResult type="variable">$getThumbnailImageSrc</actualResult>

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateSimpleProductWithRegularPriceInStockWithCustomOptionsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
156156
<seeElement selector="{{StorefrontProductPageSection.successMsg}}" stepKey="seeYouAddedSimpleprod4ToYourShoppingCartSuccessSaveMessage"/>
157157
<seeElement selector="{{StorefrontMinicartSection.quantity(1)}}" stepKey="seeAddedProductQuantityInCart"/>
158-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
158+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
159159
<see selector="{{StorefrontMinicartSection.miniCartItemsText}}" userInput="{{simpleProductRegularPriceCustomOptions.name}}" stepKey="seeProductNameInMiniCart"/>
160160
<see selector="{{StorefrontMinicartSection.miniCartItemsText}}" userInput="{{simpleProductRegularPriceCustomOptions.storefront_new_cartprice}}" stepKey="seeProductPriceInMiniCart"/>
161161
</test>

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminDeleteCatalogPriceRuleEntityTest/AdminDeleteCatalogPriceRuleEntityFromConfigurableProductTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@
135135
<waitForPageLoad time="30" stepKey="waitForPageLoad4"/>
136136
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
137137
<see selector="{{StorefrontMessagesSection.success}}" userInput="You added $$createConfigProduct1.name$ to your shopping cart." stepKey="seeAddToCartSuccessMessage"/>
138-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniShoppingCart1"/>
139-
<waitForPageLoad time="30" stepKey="waitForPageLoad5"/>
138+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniShoppingCart1"/>
140139
<see selector="{{StorefrontMinicartSection.productPriceByName($$createConfigProduct1.name$$)}}" userInput="$$createConfigProduct1.price$$" stepKey="seeCorrectProductPrice1"/>
141140
</test>
142141
</tests>

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminDeleteCatalogPriceRuleEntityTest/AdminDeleteCatalogPriceRuleEntityFromSimpleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addProductToShoppingCart1">
8181
<argument name="productName" value="$$createProduct1.name$$"/>
8282
</actionGroup>
83-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniShoppingCart1"/>
83+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniShoppingCart1"/>
8484
<see selector="{{StorefrontMinicartSection.productPriceByName($$createProduct1.name$$)}}" userInput="$$createProduct1.price$$" stepKey="seeCorrectProductPrice1"/>
8585

8686
<!-- Assert that the rule isn't present on the Checkout page -->

app/code/Magento/Checkout/Test/Mftf/Test/NoErrorCartCheckoutForProductsDeletedFromMiniCartTest.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,16 @@
4141
<see selector="{{StorefrontCategoryMainSection.SuccessMsg}}" userInput="You added $$createSimpleProduct.name$$ to your shopping cart." stepKey="seeAddedToCartMessage"/>
4242
<see selector="{{StorefrontMinicartSection.quantity}}" userInput="1" stepKey="seeCartQuantity"/>
4343
<!-- open the minicart -->
44-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickShowMinicart1"/>
44+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickShowMinicart1"/>
4545
<click selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="editProductFromMiniCart"/>
46-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickShowMinicart2"/>
46+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickShowMinicart2"/>
4747
<click selector="{{StorefrontMinicartSection.deleteMiniCartItem}}" stepKey="deleteMiniCartItem"/>
4848
<waitForElementVisible selector="{{StoreFrontRemoveItemModalSection.message}}" stepKey="waitFortheConfirmationModal"/>
4949
<see selector="{{StoreFrontRemoveItemModalSection.message}}" userInput="Are you sure you would like to remove this item from the shopping cart?" stepKey="seeDeleteConfirmationMessage"/>
5050
<click selector="{{StoreFrontRemoveItemModalSection.ok}}" stepKey="confirmDelete"/>
5151
<waitForPageLoad stepKey="waitForDeleteToFinish"/>
5252
<dontSeeElement selector="{{CheckoutCartProductSection.RemoveItem}}" stepKey="dontSeeDeleteProductFromCheckoutCart"/>
53-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
54-
<waitForPageLoad stepKey="WaitForPageLoad3"/>
53+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart"/>
5554
<see userInput="You have no items in your shopping cart." stepKey="seeNoItemsInShoppingCart"/>
5655
</test>
5756
</tests>

app/code/Magento/Checkout/Test/Mftf/Test/ShoppingCartAndMiniShoppingCartPerCustomerTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@
168168

169169
<!-- Assert product in mini cart -->
170170
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToHomePage"/>
171-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
172-
<waitForPageLoad stepKey="waitForPageToLoad"/>
171+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
173172
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertProductInMiniCart">
174173
<argument name="productName" value="$$createSimpleProduct.name$$"/>
175174
<argument name="productPrice" value="$$createSimpleProduct.price$$"/>

app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontUpdateShoppingCartWhileUpdateMinicartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</assertEquals>
4646

4747
<!--Open minicart and change Qty-->
48-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniCart"/>
48+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCart"/>
4949
<waitForElementVisible selector="{{StorefrontMinicartSection.quantity}}" stepKey="waitForElementQty"/>
5050
<pressKey selector="{{StorefrontMinicartSection.itemQuantity($$createProduct.name$$)}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::BACKSPACE]" stepKey="deleteFiled"/>
5151
<fillField selector="{{StorefrontMinicartSection.itemQuantity($$createProduct.name$$)}}" userInput="5" stepKey="changeQty"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
</actionGroup>
112112

113113
<!-- Assert Product in Mini Cart -->
114-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
115-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
114+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
116115
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
117116
<argument name="productName" value="$$createBundleProduct.name$$"/>
118117
<argument name="productPrice" value="$50.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddConfigurableProductToShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@
157157
</actionGroup>
158158

159159
<!-- Assert product details in Mini Cart -->
160-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
161-
<waitForPageLoad stepKey="waitForPageToLoad"/>
160+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
162161
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertMiniCart">
163162
<argument name="productName" value="$$createConfigProduct.name$$"/>
164163
<argument name="productPrice" value="$$createConfigChildProduct2.price$$"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddDownloadableProductToShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
</actionGroup>
7878

7979
<!-- Assert product details in Mini Cart -->
80-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
81-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
80+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
8281
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertMiniCart">
8382
<argument name="productName" value="$$createDownloadableProduct.name$$"/>
8483
<argument name="productPrice" value="$123.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddGroupedProductToShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
</actionGroup>
102102

103103
<!-- Assert product1 details in Mini Cart -->
104-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
105-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
104+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
106105
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
107106
<argument name="productName" value="$$simple3.name$$"/>
108107
<argument name="productPrice" value="$300.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddTwoBundleMultiSelectOptionsToTheShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
</actionGroup>
113113

114114
<!-- Assert Product in Mini Cart -->
115-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
116-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
115+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
117116
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
118117
<argument name="productName" value="$$createBundleProduct.name$$"/>
119118
<argument name="productPrice" value="$60.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteBundleProductFromMiniShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
<waitForPageLoad stepKey="waitForMiniCartPanelToAppear"/>
6666

6767
<!-- Assert Product in Mini Cart -->
68-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
69-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
68+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
7069
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
7170
<argument name="productName" value="$$createBundleProduct.name$$"/>
7271
<argument name="productPrice" value="$10.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteDownloadableProductFromMiniShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
<actionGroup ref="ClickViewAndEditCartFromMiniCartActionGroup" stepKey="selectViewAndEditCart"/>
5050

5151
<!-- Assert product details in Mini Cart -->
52-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
53-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
52+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
5453
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertMiniCart">
5554
<argument name="productName" value="$$createDownloadableProduct.name$$"/>
5655
<argument name="productPrice" value="$123.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleAndVirtualProductFromMiniShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
</actionGroup>
4848

4949
<!-- Assert Simple and Virtual products in mini cart -->
50-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
51-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
50+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
5251
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProductInMiniCart">
5352
<argument name="productName" value="$$simpleProduct.name$$"/>
5453
<argument name="productPrice" value="$10.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
</actionGroup>
3737

3838
<!-- Assert Product in Mini Cart -->
39-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickOnMiniCart"/>
40-
<waitForPageLoad stepKey="waitForPageToLoad1"/>
39+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickOnMiniCart"/>
4140
<actionGroup ref="AssertStorefrontMiniCartItemsActionGroup" stepKey="assertSimpleProduct3MiniCart">
4241
<argument name="productName" value="$$simpleProduct.name$$"/>
4342
<argument name="productPrice" value="$10.00"/>

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontProductNameMinicartOnCheckoutPageDifferentStoreViewsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<waitForPageLoad stepKey="waitForStoreView"/>
7070

7171
<!--Check product name in Minicart-->
72-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
72+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart"/>
7373
<grabTextFrom selector="{{StorefrontMinicartSection.productName}}" stepKey="grabProductNameMinicart"/>
7474
<assertContains stepKey="assertProductNameMinicart">
7575
<actualResult type="const">$grabProductNameMinicart</actualResult>

app/code/Magento/Checkout/Test/Mftf/Test/ZeroSubtotalOrdersWithProcessingStatusTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</actionGroup>
6969

7070
<!--Proceed to shipment-->
71-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickToOpenCard"/>
71+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickToOpenCard"/>
7272
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="clickToProceedToCheckout"/>
7373
<waitForPageLoad stepKey="waitForTheFormIsOpened"/>
7474

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/NoErrorForMiniCartItemEditTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<waitForPageLoad stepKey="waitForMiniCart"/>
6161

6262
<!-- Edit Item in Cart -->
63-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="openMiniCart"/>
63+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="openMiniCart"/>
6464
<click selector="{{StorefrontMinicartSection.editMiniCartItem}}" stepKey="clickEditCartItem"/>
6565

6666
<!-- Check if Product Configuration is still selected -->

app/code/Magento/Sales/Test/Mftf/ActionGroup/OrderSelectFlatRateShippingActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</annotations>
1515

1616
<click selector="{{AdminOrderFormPaymentSection.header}}" stepKey="unfocus"/>
17-
<waitForPageLoad stepKey="waitForJavascriptToFinish"/>
17+
<waitForLoadingMaskToDisappear stepKey="waitForJavascriptToFinish"/>
1818
<click selector="{{AdminOrderFormPaymentSection.getShippingMethods}}" stepKey="clickShippingMethods"/>
1919
<waitForElementVisible selector="{{AdminOrderFormPaymentSection.flatRateOption}}" stepKey="waitForShippingOptions"/>
2020
<selectOption selector="{{AdminOrderFormPaymentSection.flatRateOption}}" userInput="flatrate_flatrate" stepKey="checkFlatRate"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateInvoiceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<moveMouseOver selector="{{StorefrontCategoryMainSection.ProductItemInfo}}" stepKey="hoverProduct"/>
3737
<click selector="{{StorefrontCategoryMainSection.AddToCartBtn}}" stepKey="addToCart"/>
3838
<waitForElementVisible selector="{{StorefrontCategoryMainSection.SuccessMsg}}" time="30" stepKey="waitForProductAdded"/>
39-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
39+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart"/>
4040
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
4141
<waitForPageLoad stepKey="waitForPageLoad2"/>
4242
<fillField selector="{{CheckoutShippingGuestInfoSection.email}}" userInput="{{CustomerEntityOne.email}}" stepKey="enterEmail"/>

app/code/Magento/Sales/Test/Mftf/Test/CreditMemoTotalAfterShippingDiscountTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<moveMouseOver selector="{{StorefrontCategoryMainSection.ProductItemInfo}}" stepKey="hoverOverProduct"/>
6767
<click selector="{{StorefrontCategoryMainSection.AddToCartBtn}}" stepKey="addToCart"/>
6868
<waitForElementVisible selector="{{StorefrontCategoryMainSection.SuccessMsg}}" time="30" stepKey="waitForProductToAdd"/>
69-
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
69+
<actionGroup ref="StorefrontClickOnMiniCartActionGroup" stepKey="clickCart"/>
7070
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
7171
<waitForPageLoad stepKey="waitForPageLoad2"/>
7272
<!-- fill out customer information -->

0 commit comments

Comments
 (0)