From 6790f68c13731a1d9cba7f674c0d0cbfdfc4407c Mon Sep 17 00:00:00 2001 From: Kate Kyzyma Date: Fri, 5 Feb 2021 12:13:10 +0200 Subject: [PATCH 1/5] Refactoring AdminDeleteProductWithCustomOptionTest --- ...AdminDeleteProductWithCustomOptionTest.xml | 27 +++++++++++++------ ...oResultsMessageOnSearchPageActionGroup.xml | 16 +++++++++++ ...frontProductNotOnSearchPageActionGroup.xml | 19 +++++++++++++ 3 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontNoResultsMessageOnSearchPageActionGroup.xml create mode 100644 app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontProductNotOnSearchPageActionGroup.xml diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteProductWithCustomOptionTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteProductWithCustomOptionTest.xml index 4599d0c275214..8898ad0eeb949 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteProductWithCustomOptionTest.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteProductWithCustomOptionTest.xml @@ -33,21 +33,32 @@ - + + + - - + + + + + + - - + + + + - + - - + + + + + diff --git a/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontNoResultsMessageOnSearchPageActionGroup.xml b/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontNoResultsMessageOnSearchPageActionGroup.xml new file mode 100644 index 0000000000000..11caa597b0839 --- /dev/null +++ b/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontNoResultsMessageOnSearchPageActionGroup.xml @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontProductNotOnSearchPageActionGroup.xml b/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontProductNotOnSearchPageActionGroup.xml new file mode 100644 index 0000000000000..e007f7e434f09 --- /dev/null +++ b/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AssertStorefrontProductNotOnSearchPageActionGroup.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + From 57eeb4706de3220ffc204ced92a92a56ea307733 Mon Sep 17 00:00:00 2001 From: Kate Kyzyma Date: Fri, 5 Feb 2021 13:41:43 +0200 Subject: [PATCH 2/5] Refactoring AdminDeleteDownloadableProductTest --- .../AdminDeleteDownloadableProductTest.xml | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/app/code/Magento/Downloadable/Test/Mftf/Test/AdminDeleteDownloadableProductTest.xml b/app/code/Magento/Downloadable/Test/Mftf/Test/AdminDeleteDownloadableProductTest.xml index e04b53ff208af..6e295213ea231 100644 --- a/app/code/Magento/Downloadable/Test/Mftf/Test/AdminDeleteDownloadableProductTest.xml +++ b/app/code/Magento/Downloadable/Test/Mftf/Test/AdminDeleteDownloadableProductTest.xml @@ -39,21 +39,32 @@ - + + + - - + + + + + + - - + + + + - + - - + + + + + From 6052deb546807fc4a4875be3d426a4570f0345ea Mon Sep 17 00:00:00 2001 From: Kate Kyzyma Date: Fri, 5 Feb 2021 13:54:28 +0200 Subject: [PATCH 3/5] Refactoring AdminDeleteConfigurableProductTest --- .../AdminDeleteConfigurableProductTest.xml | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminDeleteConfigurableProductTest.xml b/app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminDeleteConfigurableProductTest.xml index 1a6d802987cd3..b13720f243643 100644 --- a/app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminDeleteConfigurableProductTest.xml +++ b/app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminDeleteConfigurableProductTest.xml @@ -31,21 +31,32 @@ - + + + - - + + + + + + - - + + + + - + - - + + + + + From c7e2af13ec5023cb89115562c40909d8b123c8b9 Mon Sep 17 00:00:00 2001 From: Kate Kyzyma Date: Fri, 5 Feb 2021 14:03:59 +0200 Subject: [PATCH 4/5] Refactoring AdminDeleteBundleFixedProductTest --- .../AdminDeleteBundleFixedProductTest.xml | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteBundleFixedProductTest.xml b/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteBundleFixedProductTest.xml index edde81f338437..65d6a3b1f443b 100644 --- a/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteBundleFixedProductTest.xml +++ b/app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteBundleFixedProductTest.xml @@ -32,21 +32,32 @@ - + + + - - + + + + + + - - + + + + - + - - + + + + + From 8cb8ddbbefdf99f78030ead89f86e8367c941f42 Mon Sep 17 00:00:00 2001 From: Kate Kyzyma Date: Mon, 8 Feb 2021 09:40:50 +0200 Subject: [PATCH 5/5] refactoring AdminDeleteVirtualProductTest --- .../Test/AdminDeleteVirtualProductTest.xml | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteVirtualProductTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteVirtualProductTest.xml index dcfcbd699fc6b..63931a64b7a92 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteVirtualProductTest.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteVirtualProductTest.xml @@ -33,21 +33,32 @@ - + + + - - + + + + + + - - + + + + - + - - + + + + +