From 9f06c5f9fed5e123b9986160be8ff15a9de39474 Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Mon, 19 Jul 2021 17:53:54 +0300 Subject: [PATCH 1/6] refactored --- ...AddOptionOnCreateBundlePageActionGroup.xml | 17 +++ ...roductToOptionByOptionIndexActionGroup.xml | 23 +++ .../AdminFillBundleItemQtyActionGroup.xml | 23 +++ .../AdminFillBundleOptionTitleActionGroup.xml | 20 +++ .../AdminFillBundleOptionTypeActionGroup.xml | 22 +++ ...OpenCreateBundleProductPageActionGroup.xml | 19 +++ .../Section/AdminProductFormBundleSection.xml | 2 + .../Mftf/Test/AdminAddBundleItemsTest.xml | 134 +++++++++--------- ...ddProductsToOptionPanelGridActionGroup.xml | 18 +++ ...sOnAddProductsToOptionPanelActionGroup.xml | 18 +++ 10 files changed, 232 insertions(+), 64 deletions(-) create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleItemQtyActionGroup.xml create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTitleActionGroup.xml create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTypeActionGroup.xml create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOpenCreateBundleProductPageActionGroup.xml create mode 100644 app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckFirstCheckboxInAddProductsToOptionPanelGridActionGroup.xml create mode 100644 app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml new file mode 100644 index 0000000000000..0327c435c2d04 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml @@ -0,0 +1,17 @@ + + + + + + + Clicks the "Add Option" button on the Bundle Product Edit page + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml new file mode 100644 index 0000000000000..48e2899f3c448 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml @@ -0,0 +1,23 @@ + + + + + + + Clicks "Add Product To Option" button for Option by index for bundle product. + + + + + + + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleItemQtyActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleItemQtyActionGroup.xml new file mode 100644 index 0000000000000..b5a195add6e20 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleItemQtyActionGroup.xml @@ -0,0 +1,23 @@ + + + + + + + Fills Bundle item qty + + + + + + + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTitleActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTitleActionGroup.xml new file mode 100644 index 0000000000000..7aaa6a8d596cf --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTitleActionGroup.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTypeActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTypeActionGroup.xml new file mode 100644 index 0000000000000..9e3c2091b84c6 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminFillBundleOptionTypeActionGroup.xml @@ -0,0 +1,22 @@ + + + + + + + Fills Bundle Option Type + + + + + + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOpenCreateBundleProductPageActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOpenCreateBundleProductPageActionGroup.xml new file mode 100644 index 0000000000000..7e01f0ebc0839 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOpenCreateBundleProductPageActionGroup.xml @@ -0,0 +1,19 @@ + + + + + + + Opens the Create Product page for Bundle + + + + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml b/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml index 213131c5ed652..6ced817259e36 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml @@ -29,6 +29,7 @@ + @@ -75,6 +76,7 @@ + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml index 39d026ac74731..318f45e1c7a11 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml @@ -19,47 +19,44 @@ - - - - + + + - - - - - - - - - - - + + + + + + + + + + - + - - - + + 1 @@ -70,57 +67,62 @@ 1 $grabbedSecondBundleOptionQuantity - - - - - + + + + + + + + + + - - - + + + + - - - - - - + + - - - - + + - - - - - - - + + + + + + + + + + + + + - + - + - + - - - + + {{BundleProduct.defaultQuantity}} @@ -131,24 +133,28 @@ {{BundleProduct.defaultQuantity}} $grabbedSecondBundleOptionQuantityAfterUserInput - - - - + + + + + + + + + + - - - - + + - - - - - - + + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckFirstCheckboxInAddProductsToOptionPanelGridActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckFirstCheckboxInAddProductsToOptionPanelGridActionGroup.xml new file mode 100644 index 0000000000000..12faba1cde559 --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckFirstCheckboxInAddProductsToOptionPanelGridActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + Checks the first checkbox in the Grid + + + + + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml new file mode 100644 index 0000000000000..9d5ccb6e0e53f --- /dev/null +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + Clicks the "Add Selected Products" button on the "Add Products To Option" Panel + + + + + From 987ace74a945691500005f45ff32cdcd171a6ee9 Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Mon, 19 Jul 2021 18:16:32 +0300 Subject: [PATCH 2/6] refactored --- ...ckAddOptionOnCreateBundlePageActionGroup.xml | 17 ----------------- ...dProductToOptionByOptionIndexActionGroup.xml | 8 ++++---- .../Section/AdminProductFormBundleSection.xml | 1 - .../Test/Mftf/Test/AdminAddBundleItemsTest.xml | 4 ++++ ...ctsOnAddProductsToOptionPanelActionGroup.xml | 2 +- 5 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml deleted file mode 100644 index 0327c435c2d04..0000000000000 --- a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnCreateBundlePageActionGroup.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - Clicks the "Add Option" button on the Bundle Product Edit page - - - - diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml index 48e2899f3c448..a5193eede1792 100644 --- a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddProductToOptionByOptionIndexActionGroup.xml @@ -10,14 +10,14 @@ xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> - Clicks "Add Product To Option" button for Option by index for bundle product. + Clicks "Add Product To Option" button for Option by index for Bundle - - - + + + diff --git a/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml b/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml index 6ced817259e36..caa93c8b4a575 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Section/AdminProductFormBundleSection.xml @@ -29,7 +29,6 @@ - diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml index 318f45e1c7a11..20f16145d80d5 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml @@ -41,6 +41,7 @@ + @@ -89,6 +90,7 @@ + @@ -102,6 +104,7 @@ + @@ -154,6 +157,7 @@ + diff --git a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml index 9d5ccb6e0e53f..74ea7b71c9e12 100644 --- a/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml +++ b/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickAddSelectedProductsOnAddProductsToOptionPanelActionGroup.xml @@ -13,6 +13,6 @@ Clicks the "Add Selected Products" button on the "Add Products To Option" Panel - + From cca680d0d9becdb7ae12a67cabe3e2c08b687c13 Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Tue, 20 Jul 2021 09:30:46 +0300 Subject: [PATCH 3/6] added ActionGroup --- ...OptionOnBundleProductEditPageActionGroup.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnBundleProductEditPageActionGroup.xml diff --git a/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnBundleProductEditPageActionGroup.xml b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnBundleProductEditPageActionGroup.xml new file mode 100644 index 0000000000000..0327c435c2d04 --- /dev/null +++ b/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClickAddOptionOnBundleProductEditPageActionGroup.xml @@ -0,0 +1,17 @@ + + + + + + + Clicks the "Add Option" button on the Bundle Product Edit page + + + + From 9ddbde23b171ac7ada6f7347e109485b2f401d64 Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Fri, 6 Aug 2021 17:55:05 +0300 Subject: [PATCH 4/6] updated with AdminCheckFirstCheckboxInAddProductsToOptionPanelGridActionGroup --- .../Mftf/Test/AdminAddDefaultImageBundleProductTest.xml | 4 ++-- .../Test/Mftf/Test/AdminDeleteABundleProductTest.xml | 4 ++-- .../Test/AdminFilterProductListByBundleProductTest.xml | 4 ++-- .../Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml | 8 ++++---- .../Test/Mftf/Test/AdminProductBundleCreationTest.xml | 4 ++-- .../Test/AdminRemoveDefaultImageBundleProductTest.xml | 4 ++-- .../Test/Mftf/Test/BundleProductFixedPricingTest.xml | 4 ++-- .../Mftf/Test/EnableDisableBundleProductStatusTest.xml | 4 ++-- .../Bundle/Test/Mftf/Test/EndToEndB2CAdminTest.xml | 2 +- .../Mftf/Test/MassEnableDisableBundleProductsTest.xml | 8 ++++---- .../Mftf/Test/NewProductsListWidgetBundleProductTest.xml | 4 ++-- .../Bundle/Test/Mftf/Test/StorefrontAdminEditDataTest.xml | 4 ++-- .../Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml | 4 ++-- ...refrontBundleProductShownInCategoryListAndGridTest.xml | 4 ++-- .../Test/Mftf/Test/StorefrontEditBundleProductTest.xml | 4 ++-- .../StorefrontGoToDetailsPageWhenAddingToCartTest.xml | 4 ++-- 16 files changed, 35 insertions(+), 35 deletions(-) diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddDefaultImageBundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddDefaultImageBundleProductTest.xml index 538cf391ea352..d38011d6e42d0 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddDefaultImageBundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddDefaultImageBundleProductTest.xml @@ -52,11 +52,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProductTest.xml index 83db83949f059..ed4b97e6cb31d 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProductTest.xml @@ -42,11 +42,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductTest.xml index 7ef529f0e6976..1ec071f81581a 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductTest.xml @@ -42,11 +42,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml index 3b0f9afd3d4f6..e5a8b73838f9c 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml @@ -50,11 +50,11 @@ - + - + @@ -83,11 +83,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml index 1b3de481b2a08..ccbaeabacff2c 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminProductBundleCreationTest.xml @@ -49,11 +49,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminRemoveDefaultImageBundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminRemoveDefaultImageBundleProductTest.xml index 17c31b8a5ae53..a57821ee92537 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminRemoveDefaultImageBundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminRemoveDefaultImageBundleProductTest.xml @@ -56,11 +56,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/BundleProductFixedPricingTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/BundleProductFixedPricingTest.xml index d9ab2962964b2..82407464b0ad2 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/BundleProductFixedPricingTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/BundleProductFixedPricingTest.xml @@ -51,11 +51,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/EnableDisableBundleProductStatusTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/EnableDisableBundleProductStatusTest.xml index 45328900bf156..61aa2b6df5d77 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/EnableDisableBundleProductStatusTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/EnableDisableBundleProductStatusTest.xml @@ -48,11 +48,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/EndToEndB2CAdminTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/EndToEndB2CAdminTest.xml index 7e5db7643c2dd..b4ea354befa16 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/EndToEndB2CAdminTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/EndToEndB2CAdminTest.xml @@ -27,7 +27,7 @@ - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/MassEnableDisableBundleProductsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/MassEnableDisableBundleProductsTest.xml index b472eb57b7a8e..03228e6f6f52f 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/MassEnableDisableBundleProductsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/MassEnableDisableBundleProductsTest.xml @@ -50,11 +50,11 @@ - + - + @@ -80,11 +80,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/NewProductsListWidgetBundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/NewProductsListWidgetBundleProductTest.xml index 12d4f00982cda..7622dd92469f8 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/NewProductsListWidgetBundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/NewProductsListWidgetBundleProductTest.xml @@ -60,11 +60,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontAdminEditDataTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontAdminEditDataTest.xml index bd61f7aaf3b99..9e5fd28c71903 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontAdminEditDataTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontAdminEditDataTest.xml @@ -51,11 +51,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml index 63362071568b5..282b1dcfe4c23 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductDetailsTest.xml @@ -56,11 +56,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGridTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGridTest.xml index 04753baec45f6..fb56660c7bfc0 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGridTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGridTest.xml @@ -61,11 +61,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml index f30cdc21513da..2576404a223c2 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontEditBundleProductTest.xml @@ -51,11 +51,11 @@ - + - + diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontGoToDetailsPageWhenAddingToCartTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontGoToDetailsPageWhenAddingToCartTest.xml index 2b74e6fc99390..e6804bb2e936f 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontGoToDetailsPageWhenAddingToCartTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/StorefrontGoToDetailsPageWhenAddingToCartTest.xml @@ -55,11 +55,11 @@ - + - + From 3734856205acc8c80600cd67af736e35a9672b8e Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Tue, 11 Jan 2022 16:24:48 +0200 Subject: [PATCH 5/6] Merge 2.4-develop --- .../AdminMassDeleteBundleProductsTest.xml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml index c5b969384829f..5c23360e74d78 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminMassDeleteBundleProductsTest.xml @@ -85,25 +85,6 @@ -<<<<<<< HEAD - - - - - - - - - - - - - - - - - -======= @@ -124,7 +105,6 @@ ->>>>>>> 2.4-develop From 4aa8195ebfb48f90172a60e5a81803f83e7723e3 Mon Sep 17 00:00:00 2001 From: Anna Pak Date: Tue, 11 Jan 2022 16:28:30 +0200 Subject: [PATCH 6/6] Merge 2.4-develop --- .../Mftf/Test/AdminAddBundleItemsTest.xml | 81 ------------------- 1 file changed, 81 deletions(-) diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml index ab21c717fc423..bf8ac0cf3de88 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminAddBundleItemsTest.xml @@ -77,24 +77,11 @@ 50 $grabbedSecondBundleOptionQuantity -<<<<<<< HEAD - - - - - - - - - - -======= ->>>>>>> 2.4-develop @@ -105,17 +92,6 @@ -<<<<<<< HEAD - - - - - - - - - -======= @@ -126,44 +102,14 @@ ->>>>>>> 2.4-develop -<<<<<<< HEAD - -======= ->>>>>>> 2.4-develop -<<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - -======= @@ -187,7 +133,6 @@ ->>>>>>> 2.4-develop 50 @@ -198,31 +143,6 @@ 50 $grabbedSecondBundleOptionQuantityAfterUserInput -<<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - -======= @@ -244,7 +164,6 @@ ->>>>>>> 2.4-develop