From f3663f05d08539f6b42bcc708fab50c924765e83 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Wed, 14 Oct 2020 11:31:08 -0500 Subject: [PATCH 01/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing MFTF annotations for Company module - Fixing AdminCheckThatReorderIsNotAvailableForTeamTest --- ...LinkFromCheckoutSuccessPageActionGroup.xml | 19 +++++++++++++++++++ .../StorefrontCustomerOrderSection.xml | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml diff --git a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml new file mode 100644 index 0000000000000..ddff0153f93be --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml @@ -0,0 +1,19 @@ + + + + + + + Clicks the order number link from the checkout success page + + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerOrderSection.xml b/app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerOrderSection.xml index 61ce050aa3ef2..00703d8cc5235 100644 --- a/app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerOrderSection.xml +++ b/app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerOrderSection.xml @@ -15,6 +15,8 @@ + + From d8a14596bb52ebacb5cca4a357401bb37ef24a1d Mon Sep 17 00:00:00 2001 From: David Haecker Date: Tue, 27 Oct 2020 08:56:51 -0500 Subject: [PATCH 02/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing MFTF annotations for Company module - Cleaning up AdminReplaceCompanyAdminTest - Cleaning up AdminSetActiveCustomerGridWorkCorrectTest --- ...rontGoToCustomerAddressesPageActionGroup.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml new file mode 100644 index 0000000000000..33287b87346e5 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml @@ -0,0 +1,17 @@ + + + + + + Goes to the storefront customer addresses page + + + + + From 761a48b415c357e32a8eeaf90886bea0aa063c93 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Thu, 12 Nov 2020 08:25:07 -0600 Subject: [PATCH 03/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Updating AdminSetActiveCustomerGridWorkCorrectTest --- ...minSetCustomerActiveViaGridActionGroup.xml | 26 +++++++++++++++++++ ...nSetCustomerInactiveViaGridActionGroup.xml | 18 +++++++++++++ .../AdminCustomerGridMainActionsSection.xml | 2 ++ .../Mftf/Section/AdminCustomerGridSection.xml | 1 + 4 files changed, 47 insertions(+) create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml new file mode 100644 index 0000000000000..7dff20dcb657b --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml @@ -0,0 +1,26 @@ + + + + + + + Sets a Customer to the Active status from the admin All Customers grid + + + + + + + + + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml new file mode 100644 index 0000000000000..94151d72dffcb --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + Sets a Customer to the Inactive status from the admin All Customers grid + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridMainActionsSection.xml b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridMainActionsSection.xml index 44ab653259b55..a2d77a093db3d 100644 --- a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridMainActionsSection.xml +++ b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridMainActionsSection.xml @@ -17,5 +17,7 @@ + + diff --git a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridSection.xml b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridSection.xml index 9562a902b26da..a713a606426c8 100644 --- a/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridSection.xml +++ b/app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerGridSection.xml @@ -17,6 +17,7 @@ + From 6aaac9e098f5e9936b70d6ddf530519cfd4c00ed Mon Sep 17 00:00:00 2001 From: David Haecker Date: Mon, 16 Nov 2020 13:56:12 -0600 Subject: [PATCH 04/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Cleaning up StorefrontNonCompanyCustomerCreatesCompanyTest - Cleaning up StorefrontCompanyUserCreateTest - Cleaning up AdminVerifyCustomerGroupOfACustomerChangesWhenACompanyIsAssignedToTheCustomerTest - Cleaning up AdminVerifyCustomerGroupOfCompanyCustomerChangesWhenNewCustomerGroupIsAssignedToACompanyTest --- ...tionTabFromCustomerEditPageActionGroup.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenAccountInformationTabFromCustomerEditPageActionGroup.xml diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenAccountInformationTabFromCustomerEditPageActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenAccountInformationTabFromCustomerEditPageActionGroup.xml new file mode 100644 index 0000000000000..e7d91fc187425 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenAccountInformationTabFromCustomerEditPageActionGroup.xml @@ -0,0 +1,19 @@ + + + + + + + Open Account Information tab from Customer's edit page + + + + + + From e6df759a4a535b0172e3e652e36c9d98fd8416b9 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Tue, 17 Nov 2020 10:26:33 -0600 Subject: [PATCH 05/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Cleaning up StorefrontVerifyOrdersVisibleInCompanyStructureAcrossMultipleWebsitesTest - Adding inline comments to before & after sections --- ...enCheckoutPageInCustomStoreActionGroup.xml | 20 +++++++++++++++++++ .../StorefrontCustomStoreCheckoutPage.xml | 20 +++++++++++++++++++ ...ntCustomStoreCustomerLogoutActionGroup.xml | 20 +++++++++++++++++++ .../StorefrontCustomStoreLoginActionGroup.xml | 20 +++++++++++++++++++ ...ToCustomerOrdersHistoryPageActionGroup.xml | 19 ++++++++++++++++++ ...torefrontCustomStoreCustomerLogoutPage.xml | 11 ++++++++++ ...torefrontCustomStoreCustomerSignInPage.xml | 15 ++++++++++++++ ...ntCustomStoreCustomerOrdersHistoryPage.xml | 14 +++++++++++++ 8 files changed, 139 insertions(+) create mode 100644 app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml create mode 100644 app/code/Magento/Checkout/Test/Mftf/Page/StorefrontCustomStoreCheckoutPage.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerLogoutPage.xml create mode 100644 app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerSignInPage.xml create mode 100644 app/code/Magento/Sales/Test/Mftf/Page/StorefrontCustomStoreCustomerOrdersHistoryPage.xml diff --git a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml new file mode 100644 index 0000000000000..11102702454e8 --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml @@ -0,0 +1,20 @@ + + + + + + + Goes to the Storefront Checkout page in a custom store. Must have Add Store Code To Urls enabled + + + + + + + diff --git a/app/code/Magento/Checkout/Test/Mftf/Page/StorefrontCustomStoreCheckoutPage.xml b/app/code/Magento/Checkout/Test/Mftf/Page/StorefrontCustomStoreCheckoutPage.xml new file mode 100644 index 0000000000000..632687d049b1f --- /dev/null +++ b/app/code/Magento/Checkout/Test/Mftf/Page/StorefrontCustomStoreCheckoutPage.xml @@ -0,0 +1,20 @@ + + + + + +
+
+
+
+
+
+
+ + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml new file mode 100644 index 0000000000000..ff1f29adf925d --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml @@ -0,0 +1,20 @@ + + + + + + + Goes to the storefront Customer Logout page for a custom store. Must have Add Store Code To Urls enabled. + + + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml new file mode 100644 index 0000000000000..ff3f9658cd303 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml @@ -0,0 +1,20 @@ + + + + + + + Goes to the storefront Customer Sign In page for a custom store. Logs in using the provided Customer. Must have Add Store Code To Urls enabled + + + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml new file mode 100644 index 0000000000000..827128db663f7 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml @@ -0,0 +1,19 @@ + + + + + + Goes to the storefront Customer Order History page for a custom store. Must have Add Store Code To Urls enabled + + + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerLogoutPage.xml b/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerLogoutPage.xml new file mode 100644 index 0000000000000..c4f215470a3b7 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerLogoutPage.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerSignInPage.xml b/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerSignInPage.xml new file mode 100644 index 0000000000000..822aae12e8344 --- /dev/null +++ b/app/code/Magento/Customer/Test/Mftf/Page/StorefrontCustomStoreCustomerSignInPage.xml @@ -0,0 +1,15 @@ + + + + + +
+
+ + diff --git a/app/code/Magento/Sales/Test/Mftf/Page/StorefrontCustomStoreCustomerOrdersHistoryPage.xml b/app/code/Magento/Sales/Test/Mftf/Page/StorefrontCustomStoreCustomerOrdersHistoryPage.xml new file mode 100644 index 0000000000000..8393d4b490924 --- /dev/null +++ b/app/code/Magento/Sales/Test/Mftf/Page/StorefrontCustomStoreCustomerOrdersHistoryPage.xml @@ -0,0 +1,14 @@ + + + + + +
+ + From e1f6547f69c1d7dfa4251c9fc3d76322b7037f27 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Wed, 18 Nov 2020 08:47:27 -0600 Subject: [PATCH 06/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing PR feedback --- ...orefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml | 2 +- .../ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml | 2 +- .../ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml | 2 +- .../StorefrontGoToCustomerAddressesPageActionGroup.xml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml index ddff0153f93be..455d86d3709ac 100644 --- a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml +++ b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup.xml @@ -14,6 +14,6 @@ - + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml index 7dff20dcb657b..132491da553a5 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerActiveViaGridActionGroup.xml @@ -8,7 +8,7 @@ - + Sets a Customer to the Active status from the admin All Customers grid diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml index 94151d72dffcb..b7d5c335aa8db 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSetCustomerInactiveViaGridActionGroup.xml @@ -8,7 +8,7 @@ - + Sets a Customer to the Inactive status from the admin All Customers grid diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml index 33287b87346e5..ba942d9a1d904 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontGoToCustomerAddressesPageActionGroup.xml @@ -12,6 +12,5 @@ Goes to the storefront customer addresses page - From e42f90d5f1125a575b896d66ef412daf710aab70 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Thu, 19 Nov 2020 15:04:23 -0600 Subject: [PATCH 07/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing StorefrontCreateAnOrderWithCompanyCreditAndPurchaseOrderNumberTest - Cleaning up StorefrontCreateAnOrderWithCompanyCreditTest - Cleaning up StorefrontCreateInvoiceForPendingOrderTest --- ...dminOpenOrderCommentsHistoryActionGroup.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenOrderCommentsHistoryActionGroup.xml diff --git a/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenOrderCommentsHistoryActionGroup.xml b/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenOrderCommentsHistoryActionGroup.xml new file mode 100644 index 0000000000000..a33abcc03c31f --- /dev/null +++ b/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenOrderCommentsHistoryActionGroup.xml @@ -0,0 +1,18 @@ + + + + + + + Clicks on the 'Comments History' on Admin View Order page. + + + + + From 6cad7ae0064330ddb9ac01322b17f11d4e5ceb4b Mon Sep 17 00:00:00 2001 From: David Haecker Date: Thu, 19 Nov 2020 18:47:10 -0600 Subject: [PATCH 08/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Cleaning up StorefrontVerifyCompanyCreditStaticsForAnOrderWithOneRefundedProductTest - Cleaning up StorefrontVerifyCompanyCreditStaticsForAnOrderWithReimburseBalanceTest - Cleaning up StorefrontVerifyCreditAndCommentHistoryForCanceledOrderTest - Deprecating unused entities --- .../Test/Mftf/ActionGroup/SubmitCreditMemoActionGroup.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Sales/Test/Mftf/ActionGroup/SubmitCreditMemoActionGroup.xml b/app/code/Magento/Sales/Test/Mftf/ActionGroup/SubmitCreditMemoActionGroup.xml index 2605adbfc91a7..5e47f5fae2b93 100644 --- a/app/code/Magento/Sales/Test/Mftf/ActionGroup/SubmitCreditMemoActionGroup.xml +++ b/app/code/Magento/Sales/Test/Mftf/ActionGroup/SubmitCreditMemoActionGroup.xml @@ -9,9 +9,12 @@ + + + - - + + From b459fcf50dc2a7fc43e3fd3715d23a6cf272ff23 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Fri, 20 Nov 2020 13:28:28 -0600 Subject: [PATCH 09/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing failing tests --- .../Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml b/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml index f53e41386a389..3670839545e82 100644 --- a/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml +++ b/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml @@ -9,6 +9,7 @@ + From 2762f8fc839722abca1c41b985a7c4561ae9138d Mon Sep 17 00:00:00 2001 From: David Haecker Date: Sun, 22 Nov 2020 10:40:38 -0600 Subject: [PATCH 10/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing failing/flaky tests --- ...oryToAnotherPositionInCategoryTreeTest.xml | 23 ++++++++++++------- ...gRecalculationAfterCouponCodeAddedTest.xml | 5 ++-- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml b/app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml index 654ddb4d8d872..8eb3d9bbb8063 100644 --- a/app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml +++ b/app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml @@ -38,23 +38,27 @@ + + - + + + - + - + - + @@ -67,17 +71,18 @@ - + + - + - - + + @@ -91,6 +96,7 @@ + @@ -102,6 +108,7 @@ + diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest.xml index 20b94d0f4ec8a..f31e8342ead23 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StoreFrontFreeShippingRecalculationAfterCouponCodeAddedTest.xml @@ -87,8 +87,9 @@ - - + + + From 4538ad04f8d1679c4501a2c02e8adb781ce23778 Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Tue, 24 Nov 2020 11:13:55 -0600 Subject: [PATCH 11/14] MC-39333: Grids Frequently Fail to Load & Throw getData Undefined Error in Console - Add Magento_Ui/js/grid/data-storage as a dependency to base grid provider component --- app/code/Magento/Ui/view/base/web/js/grid/provider.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Ui/view/base/web/js/grid/provider.js b/app/code/Magento/Ui/view/base/web/js/grid/provider.js index 2ba8bd73af910..021ae83eb1c7d 100644 --- a/app/code/Magento/Ui/view/base/web/js/grid/provider.js +++ b/app/code/Magento/Ui/view/base/web/js/grid/provider.js @@ -14,7 +14,8 @@ define([ 'uiLayout', 'Magento_Ui/js/modal/alert', 'mage/translate', - 'uiElement' + 'uiElement', + 'Magento_Ui/js/grid/data-storage' ], function ($, _, utils, resolver, layout, alert, $t, Element) { 'use strict'; From f60c89cec4b21a2884692dc748722de5cdb8fb53 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Tue, 24 Nov 2020 16:54:16 -0600 Subject: [PATCH 12/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Fixing PR feedback - Adding equals checks to company credit actiongroups --- .../StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml | 2 +- .../StorefrontCustomStoreCustomerLogoutActionGroup.xml | 2 +- .../Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml | 2 +- ...ustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml index 11102702454e8..3a9ffade0a8a2 100644 --- a/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml +++ b/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml @@ -13,7 +13,7 @@ Goes to the Storefront Checkout page in a custom store. Must have Add Store Code To Urls enabled - + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml index ff1f29adf925d..d7e25553da083 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml @@ -13,7 +13,7 @@ Goes to the storefront Customer Logout page for a custom store. Must have Add Store Code To Urls enabled. - + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml index ff3f9658cd303..41a6abba1ff2b 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml @@ -13,7 +13,7 @@ Goes to the storefront Customer Sign In page for a custom store. Logs in using the provided Customer. Must have Add Store Code To Urls enabled - + diff --git a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml index 827128db663f7..399b684ba8974 100644 --- a/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml +++ b/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml @@ -12,7 +12,7 @@ Goes to the storefront Customer Order History page for a custom store. Must have Add Store Code To Urls enabled - + From d32287b730c0fd0923c849572d04609a4d9a11c7 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Wed, 25 Nov 2020 13:04:05 -0600 Subject: [PATCH 13/14] magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules - Moving B2B elements from CE to B2B --- .../Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml b/app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml index 40214b9c11fb0..dae6bfca9757d 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml @@ -13,8 +13,8 @@ - - + +
From 77a5a147ca6186cf530bc58e7a2b55a3637b54e2 Mon Sep 17 00:00:00 2001 From: David Haecker Date: Sat, 28 Nov 2020 20:50:21 -0600 Subject: [PATCH 14/14] magento/magento2-page-builder#559: User sees no predefined gutters - Fixing failing tests --- .../StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml index effd376ab4bfb..2d6f36c78edf6 100644 --- a/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml +++ b/app/code/Magento/Checkout/Test/Mftf/Test/StorefrontDeleteSimpleProductFromMiniShoppingCartTest.xml @@ -54,6 +54,7 @@ +