From a55acd96090e2e175b364e049c45edda0bf9d49c Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Fri, 31 Jul 2015 11:19:22 +0300 Subject: [PATCH 1/6] MTA-2397: [CS] Wishlist module functional tests maintenance --- .../app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php b/dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php index 2a9c8dcb62cdc..af7956a217273 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/Block/Customer/Wishlist/Items.php @@ -21,7 +21,7 @@ class Items extends Block * * @var string */ - protected $itemBlock = '//li[.//a[contains(.,"%s")]]'; + protected $itemBlock = './/li[.//a[contains(.,"%s")]]'; /** * Selector for 'Remove item' button. From 1d00e3158c3e6f5102259115ad80dc5e9f4e7199 Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Mon, 3 Aug 2015 17:26:41 +0300 Subject: [PATCH 2/6] MTA-2538: Add zephyrId and summary attributes to test case xml files --- .../Test/TestCase/OnePageCheckoutTest.xml | 9 +- .../Test/TestCase/CacheManagementTest.xml | 2 +- .../Test/TestCase/GlobalSearchEntityTest.xml | 2 +- .../Test/TestCase/NavigateMenuTest.xml | 20 +- .../CreateBundleProductEntityTest.xml | 8 +- .../UpdateBundleProductEntityTest.xml | 8 +- .../Category/CreateCategoryEntityTest.xml | 8 +- .../Category/DeleteCategoryEntityTest.xml | 2 +- .../Category/UpdateCategoryEntityTest.xml | 2 +- .../Product/AddToCartCrossSellTest.xml | 18 +- .../Product/CreateSimpleProductEntityTest.xml | 25 +- .../CreateVirtualProductEntityTest.xml | 4 +- .../Product/DuplicateProductEntityTest.xml | 2 +- .../Product/MassProductUpdateTest.xml | 2 +- .../Product/NavigateRelatedProductsTest.xml | 20 +- .../Product/NavigateUpSellProductsTest.xml | 18 +- .../ProductTypeSwitchingOnCreationTest.xml | 2 +- .../ProductTypeSwitchingOnUpdateTest.xml | 2 +- .../Product/UpdateSimpleProductEntityTest.xml | 10 +- .../UpdateVirtualProductEntityTest.xml | 2 +- .../ValidateOrderOfProductTypeTest.xml | 4 +- .../CreateAttributeSetEntityTest.xml | 2 +- ...ductAttributeEntityFromProductPageTest.xml | 2 +- .../CreateProductAttributeEntityTest.xml | 2 +- ...AssignedToTemplateProductAttributeTest.xml | 34 +- .../DeleteAttributeSetTest.xml | 20 +- .../DeleteProductAttributeEntityTest.xml | 2 +- .../DeleteSystemProductAttributeTest.xml | 14 +- ...UsedInConfigurableProductAttributeTest.xml | 16 +- .../UpdateAttributeSetTest.xml | 2 +- .../UpdateProductAttributeEntityTest.xml | 2 +- ...ApplySeveralCatalogPriceRuleEntityTest.xml | 60 +-- .../CreateCatalogPriceRuleEntityTest.xml | 60 +-- .../Test/TestCase/CreateCatalogRuleTest.xml | 27 +- .../DeleteCatalogPriceRuleEntityTest.xml | 14 +- .../UpdateCatalogPriceRuleEntityTest.xml | 2 +- .../TestCase/AdvancedSearchEntityTest.xml | 213 +++++---- .../TestCase/CreateSearchTermEntityTest.xml | 2 +- .../TestCase/DeleteSearchTermEntityTest.xml | 18 +- .../MassDeleteSearchTermEntityTest.xml | 18 +- .../Test/TestCase/SearchEntityResultsTest.xml | 85 ++-- .../SuggestSearchingResultEntityTest.xml | 24 +- .../TestCase/UpdateSearchTermEntityTest.xml | 2 +- .../AddProductsToShoppingCartEntityTest.xml | 2 +- .../DeleteProductFromMiniShoppingCartTest.xml | 2 +- .../DeleteProductsFromShoppingCartTest.xml | 2 +- ...eProductFromMiniShoppingCartEntityTest.xml | 2 +- .../Test/TestCase/UpdateShoppingCartTest.xml | 2 +- .../Test/TestCase/CreateTermEntityTest.xml | 162 +++---- .../Test/TestCase/DeleteTermEntityTest.xml | 24 +- .../Test/TestCase/UpdateTermEntityTest.xml | 100 ++--- .../TestCase/CreateCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/CreateCmsPageEntityTest.xml | 5 +- .../CreateCmsPageRewriteEntityTest.xml | 2 +- .../TestCase/DeleteCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/DeleteCmsPageEntityTest.xml | 2 +- .../DeleteCmsPageUrlRewriteEntityTest.xml | 2 +- .../TestCase/UpdateCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/UpdateCmsPageEntityTest.xml | 2 +- .../UpdateCmsPageRewriteEntityTest.xml | 2 +- .../CreateConfigurableProductEntityTest.xml | 68 ++- .../UpdateConfigurableProductEntityTest.xml | 5 +- .../TestCase/EditCurrencySymbolEntityTest.xml | 2 +- .../ResetCurrencySymbolEntityTest.xml | 26 +- .../Customer/Test/TestCase/ApplyVatIdTest.xml | 8 +- .../TestCase/ChangeCustomerPasswordTest.xml | 2 +- .../CreateCustomerBackendEntityTest.xml | 311 +++++++------- .../CreateCustomerGroupEntityTest.xml | 42 +- .../CreateExistingCustomerFrontendEntity.xml | 2 +- .../TestCase/DeleteCustomerAddressTest.xml | 16 +- .../DeleteCustomerBackendEntityTest.xml | 14 +- .../DeleteCustomerGroupEntityTest.xml | 12 +- .../TestCase/ForgotPasswordOnFrontendTest.xml | 2 +- .../TestCase/MassAssignCustomerGroupTest.xml | 14 +- .../MassDeleteCustomerBackendEntityTest.xml | 20 +- .../RegisterCustomerFrontendEntityTest.xml | 5 +- .../UpdateCustomerBackendEntityTest.xml | 190 ++++---- .../UpdateCustomerFrontendEntityTest.xml | 157 ++++--- .../UpdateCustomerGroupEntityTest.xml | 2 +- .../Dhl/Test/TestCase/OnePageCheckoutTest.xml | 3 +- .../Test/TestCase/CreateCurrencyRateTest.xml | 6 +- .../CreateDownloadableProductEntityTest.xml | 5 +- .../Test/TestCase/TaxCalculationTest.xml | 18 +- .../UpdateDownloadableProductEntityTest.xml | 2 +- .../Test/TestCase/OnePageCheckoutTest.xml | 3 +- .../TestCase/CheckoutWithGiftMessagesTest.xml | 2 +- .../CreateGroupedProductEntityTest.xml | 5 +- .../UpdateGroupedProductEntityTest.xml | 2 +- .../Install/Test/TestCase/InstallTest.xml | 2 +- .../ActivateIntegrationEntityTest.xml | 8 +- .../TestCase/CreateIntegrationEntityTest.xml | 2 +- .../TestCase/DeleteIntegrationEntityTest.xml | 12 +- ...ReAuthorizeTokensIntegrationEntityTest.xml | 14 +- .../TestCase/UpdateIntegrationEntityTest.xml | 48 +-- .../Test/TestCase/FilterProductListTest.xml | 2 +- .../Msrp/Test/TestCase/ApplyMapTest.xml | 9 +- .../ActionNewsletterTemplateEntityTest.xml | 24 +- .../CreateNewsletterTemplateEntityTest.xml | 22 +- .../TestCase/UpdateNewsletterTemplateTest.xml | 24 +- .../ExpressCheckoutFromProductPageTest.xml | 5 +- .../ExpressCheckoutFromShoppingCartTest.xml | 5 +- .../TestCase/ExpressCheckoutOnePageTest.xml | 13 +- .../AbandonedCartsReportEntityTest.xml | 2 +- .../BestsellerProductsReportEntityTest.xml | 2 +- .../CustomerReviewReportEntityTest.xml | 2 +- .../CustomersOrderCountReportEntityTest.xml | 2 +- .../CustomersOrderTotalReportEntityTest.xml | 2 +- .../DownloadProductsReportEntityTest.xml | 2 +- .../LowStockProductsReportEntityTest.xml | 2 +- .../TestCase/NewAccountsReportEntityTest.xml | 2 +- .../OrderedProductsReportEntityTest.xml | 2 +- .../ProductReviewReportEntityTest.xml | 2 +- .../ProductsInCartReportEntityTest.xml | 2 +- .../TestCase/SalesCouponReportEntityTest.xml | 2 +- .../TestCase/SalesInvoiceReportEntityTest.xml | 2 +- .../TestCase/SalesOrderReportEntityTest.xml | 2 +- .../TestCase/SalesRefundsReportEntityTest.xml | 2 +- .../TestCase/SalesTaxReportEntityTest.xml | 2 +- .../TestCase/SearchTermsReportEntityTest.xml | 2 +- .../ViewedProductsReportEntityTest.xml | 2 +- .../CreateProductRatingEntityTest.xml | 2 +- .../CreateProductReviewBackendEntityTest.xml | 2 +- .../CreateProductReviewFrontendEntityTest.xml | 5 +- .../DeleteProductRatingEntityTest.xml | 2 +- ...anageProductReviewFromCustomerPageTest.xml | 2 +- .../MassActionsProductReviewEntityTest.xml | 2 +- .../ModerateProductReviewEntityTest.xml | 2 +- ...teProductReviewEntityOnProductPageTest.xml | 2 +- .../UpdateProductReviewEntityTest.xml | 2 +- .../TestCase/AssignCustomOrderStatusTest.xml | 2 +- .../Test/TestCase/CancelCreatedOrderTest.xml | 2 +- .../TestCase/CreateCreditMemoEntityTest.xml | 2 +- .../CreateCustomOrderStatusEntityTest.xml | 2 +- .../Test/TestCase/CreateInvoiceEntityTest.xml | 2 +- .../Test/TestCase/CreateOrderBackendTest.xml | 8 +- .../Test/TestCase/HoldCreatedOrderTest.xml | 2 +- .../Test/TestCase/MassOrdersUpdateTest.xml | 2 +- ...MoveLastOrderedProductsOnOrderPageTest.xml | 2 +- .../MoveProductsInComparedOnOrderPageTest.xml | 2 +- ...ecentlyComparedProductsOnOrderPageTest.xml | 2 +- ...eRecentlyViewedProductsOnOrderPageTest.xml | 2 +- ...oveShoppingCartProductsOnOrderPageTest.xml | 2 +- .../TestCase/PrintOrderFrontendGuestTest.xml | 2 +- .../Test/TestCase/ReorderOrderEntityTest.xml | 2 +- .../UnassignCustomOrderStatusTest.xml | 2 +- .../TestCase/UpdateCustomOrderStatusTest.xml | 2 +- .../TestCase/CreateSalesRuleEntityTest.xml | 2 +- .../TestCase/DeleteSalesRuleEntityTest.xml | 2 +- .../TestCase/UpdateSalesRuleEntityTest.xml | 8 +- .../TestCase/CreateShipmentEntityTest.xml | 2 +- .../Test/TestCase/CreateSitemapEntityTest.xml | 36 +- .../Test/TestCase/DeleteSitemapEntityTest.xml | 14 +- .../Test/TestCase/CreateStoreEntityTest.xml | 5 +- .../TestCase/CreateStoreGroupEntityTest.xml | 40 +- .../Test/TestCase/CreateWebsiteEntityTest.xml | 20 +- .../Test/TestCase/DeleteStoreEntityTest.xml | 34 +- .../TestCase/DeleteStoreGroupEntityTest.xml | 30 +- .../Test/TestCase/DeleteWebsiteEntityTest.xml | 30 +- .../Test/TestCase/UpdateStoreEntityTest.xml | 28 +- .../TestCase/UpdateStoreGroupEntityTest.xml | 44 +- .../Test/TestCase/UpdateWebsiteEntityTest.xml | 22 +- .../TestCase/ApplyTaxBasedOnVatIdTest.xml | 5 +- .../Test/TestCase/CreateTaxRateEntityTest.xml | 2 +- .../Test/TestCase/CreateTaxRuleEntityTest.xml | 5 +- .../Test/TestCase/DeleteTaxRateEntityTest.xml | 16 +- .../Test/TestCase/DeleteTaxRuleEntityTest.xml | 2 +- .../Tax/Test/TestCase/TaxCalculationTest.xml | 2 +- .../Test/TestCase/TaxWithCrossBorderTest.xml | 2 +- .../Test/TestCase/UpdateTaxRateEntityTest.xml | 2 +- .../Test/TestCase/UpdateTaxRuleEntityTest.xml | 2 +- .../Ups/Test/TestCase/OnePageCheckoutTest.xml | 3 +- .../CreateCategoryRewriteEntityTest.xml | 89 ++-- .../CreateProductUrlRewriteEntityTest.xml | 91 ++-- .../DeleteCategoryUrlRewriteEntityTest.xml | 32 +- .../DeleteCustomUrlRewriteEntityTest.xml | 16 +- .../DeleteProductUrlRewriteEntityTest.xml | 18 +- .../UpdateCategoryUrlRewriteEntityTest.xml | 100 ++--- .../UpdateCustomUrlRewriteEntityTest.xml | 48 +-- .../UpdateProductUrlRewriteEntityTest.xml | 24 +- .../TestCase/CreateAdminUserEntityTest.xml | 32 +- .../CreateAdminUserRoleEntityTest.xml | 2 +- .../TestCase/DeleteAdminUserEntityTest.xml | 2 +- .../TestCase/DeleteUserRoleEntityTest.xml | 24 +- ...lAccessTokensForAdminWithoutTokensTest.xml | 12 +- .../TestCase/UpdateAdminUserEntityTest.xml | 34 +- .../UpdateAdminUserRoleEntityTest.xml | 20 +- .../UserLoginAfterChangingPermissionsTest.xml | 2 +- .../Test/TestCase/OnePageCheckoutTest.xml | 3 +- .../CreateCustomVariableEntityTest.xml | 44 +- .../DeleteCustomVariableEntityTest.xml | 14 +- .../UpdateCustomVariableEntityTest.xml | 94 ++-- .../Test/TestCase/CreateTaxWithFptTest.xml | 404 +++++++++--------- .../Test/TestCase/CreateWidgetEntityTest.xml | 2 +- .../Test/TestCase/DeleteWidgetEntityTest.xml | 2 +- .../AddProductToWishlistEntityTest.xml | 2 +- ...CartFromCustomerWishlistOnFrontendTest.xml | 2 +- ...ProductInCustomerWishlistOnBackendTest.xml | 2 +- ...roductInCustomerWishlistOnFrontendTest.xml | 2 +- ...oductFromCustomerWishlistOnBackendTest.xml | 2 +- ...leteProductsFromWishlistOnFrontendTest.xml | 2 +- ...eProductFromShoppingCartToWishlistTest.xml | 84 ++-- .../Test/TestCase/ShareWishlistEntityTest.xml | 2 +- ...ProductInCustomerWishlistOnBackendTest.xml | 2 +- 203 files changed, 1925 insertions(+), 1981 deletions(-) diff --git a/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml index 03cebd5af2798..3fd349214dffd 100644 --- a/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml @@ -7,8 +7,7 @@ --> - - MAGETWO-12832 - Check Out as a Guest with Authorize.Net and Offline Shipping method + catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product us_ca_ny_rule default @@ -23,9 +22,9 @@ visa_default authorizenet test_type:3rd_party_test - - - + + + diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml index 0670394250af4..538c59c0ff8e8 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml @@ -6,7 +6,7 @@ */ --> - + Flush Catalog Images Cache The image cache was cleaned. diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml index 7adcf2b0241ba..68c5c4a12173a 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + search with 2 sign return no results :) diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml index 2cc5603938057..e303d03716cbe 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml @@ -6,31 +6,31 @@ */ --> - + Dashboard Dashboard - + - Content > Schedule + Content > Schedule Store Design Schedule - + - Stores > All Stores + Stores > All Stores Stores - + - Stores > Configuration + Stores > Configuration Configuration - + - System > Cache Management + System > Cache Management Cache Management - + diff --git a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml index dde9d5aa43d7b..c5a779f1728da 100644 --- a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create default bundle with dynamic options bundle-product-%isolation% @@ -305,8 +305,7 @@ bundle_default - - MAGETWO-12622: Create Bundle (fixed) Product and Assign it to Category + bundle-product-%isolation% Bundle Fixed %isolation% Fixed @@ -326,8 +325,7 @@ - - MAGETWO-12702: Create Bundle (dynamic) Product and Assign it to the Category + bundle-product-%isolation% Bundle Dynamic %isolation% sku_bundle_dynamic_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml index bbe84c24f29ab..78fe6f0a197ac 100644 --- a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update dynamic bundle product bundle_dynamic_product @@ -54,8 +54,7 @@ - - MAGETWO-12841: Edit Bundle Product (Fixed Price) + bundle_fixed_with_category bundle-product-%isolation% bundle_fixed_%isolation% @@ -65,8 +64,7 @@ - - MAGETWO-12842: Edit Bundle (dynamic) Product + bundle_dynamic_with_category bundle-product-%isolation% bundle_dynamic_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml index 88a87a7dd63b4..d97631d54c47e 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create root category with required fields addRootCategory @@ -129,8 +129,7 @@ - - MAGETWO-12513: Create Category from Category page with Required Fields Only + addSubcategory default_category Subcategory%isolation% @@ -141,8 +140,7 @@ - - MAGETWO-16351: Assign Products at the Category Level + addSubcategory default_category Subcategory%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml index 391a0df0752ac..1373b436a7719 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + root_category diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml index 438c23775e13d..e8cbe4b2c15cf 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default_category Name%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml index 584685e9fc3e7..db2082b091b88 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml @@ -6,13 +6,13 @@ */ --> - - - simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price - simple1:simple2,config1;config1:simple2 - simple1,config1,simple2 - simple1:simple2,config1;config1:simple2;simple2: - test_type:acceptance_test - - + + + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price + simple1:simple2,config1;config1:simple2 + simple1,config1,simple2 + simple1:simple2,config1;config1:simple2;simple2: + test_type:acceptance_test + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml index 7983610bd3319..16d0195c378e1 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with custom options(fixed price) simple-product-%isolation% @@ -336,8 +336,7 @@ - - MAGETWO-29081: Create product with cross-sell products + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -353,8 +352,7 @@ - - MAGETWO-29105: Create product with up-sell products + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -370,8 +368,7 @@ - - MAGETWO-29352: Create product with related products + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -387,8 +384,7 @@ - - MAGETWO-12423: Can't Add Out of Stock Products to Shopping Cart + display_out_of_stock simple-product-%isolation% Simple Product %isolation% @@ -401,8 +397,7 @@ - - MAGETWO-13345: Create Simple Product with Creating New Category (Required Fields Only) + yes default_subcategory simple%isolation% @@ -413,8 +408,7 @@ - - MAGETWO-12514: Create Simple Product and Assigning It to Category + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -428,8 +422,7 @@ - - MAGETWO-12703: Create Simple Product with Custom Options and Assign it to the Category + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -446,7 +439,7 @@ - + MAGETWO-12914: Create Simple Product with Advanced Inventory and Assign It to the Category simple-product-%isolation% Simple Product %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml index 237c91ef53a01..9072007a7f797 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with required fields virtual-product-%isolation% @@ -114,7 +114,7 @@ - + MAGETWO-13593: Create Virtual Product with Required Fields Only and Assign It to the Category virtual-product-%isolation% VirtualProduct %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml index 3f2950f6efc1b..b7fcbc780d2c1 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml index f51dde987341e..57f82d6859b1e 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + product_flat simple_10_dollar diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml index b6ee5d57f029a..0866ae4a6a73e 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml @@ -6,14 +6,14 @@ */ --> - - - simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price - simple1:yes,simple2:yes,config1:no - simple1:simple2,config1;config1:simple2 - simple1,config1 - simple1:simple2,config1;config1:simple2 - test_type:acceptance_test - - + + + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price + simple1:yes,simple2:yes,config1:no + simple1:simple2,config1;config1:simple2 + simple1,config1 + simple1:simple2,config1;config1:simple2 + test_type:acceptance_test + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml index c5f60dbe28b5c..bba07a6f82aba 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml @@ -6,13 +6,13 @@ */ --> - - - simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price - simple1:simple2,config1;config1:simple2 - simple1,config1,simple2 - simple1:simple2,config1;config1:simple2;simple2: - test_type:acceptance_test - - + + + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price + simple1:simple2,config1;config1:simple2 + simple1,config1,simple2 + simple1:simple2,config1;config1:simple2;simple2: + test_type:acceptance_test + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml index d4850eed96207..007c7be778e2f 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml @@ -6,7 +6,7 @@ */ --> - + simple configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml index 8d1fc4b9e09c4..0a507bf7f02b4 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml index e9f21fa39a028..8a89f0d9cdd35 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update visibility to Catalog, Search product_with_category @@ -117,8 +117,7 @@ - - MAGETWO-12428: Edit Simple Product + product_with_category default Test simple product %isolation% @@ -128,10 +127,9 @@ - - MAGETWO-12417: Unassign Products from the Category + product_with_category - - + - test_type:acceptance_test diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml index 8ea588e36a329..0605287c1d812 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + VirtualProduct %isolation% virtual_sku_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml index c1dcd2fb2d63c..a743a17376268 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml @@ -6,11 +6,11 @@ */ --> - + Simple Product Virtual Product - + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml index 9b091cb1c393d..64db6db3a980a 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + ProductTemplate%isolation% default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml index 3f454e6d213b0..f92ad27a4efef 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml @@ -6,7 +6,7 @@ */ --> - + Text_Field_Admin_%isolation% Text Field diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml index 00014f1017d69..a553074c925ef 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set Text_Field_Admin_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml index fefb8ecd118c1..19ef345569584 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml @@ -6,21 +6,21 @@ */ --> - - - custom_attribute_set - attribute_type_dropdown - - - - - - - default - attribute_type_text_field - - - - - + + + custom_attribute_set + attribute_type_dropdown + + + + + + + default + attribute_type_text_field + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml index ede699f625cb9..b95740d2e9649 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml @@ -6,14 +6,14 @@ */ --> - - - custom_attribute_set - default - default - - - - - + + + custom_attribute_set + default + default + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml index a2fca7dd7787a..ad6f449ab0aaa 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + attribute_type_text_field diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml index fea754b18bc86..dcc429f69fca8 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml @@ -6,11 +6,11 @@ */ --> - - - news_from_date - Yes - - - + + + news_from_date + Yes + + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml index 541aa92913346..98734f60fbb78 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml @@ -6,12 +6,12 @@ */ --> - - - one_variation - - - - - + + + one_variation + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml index 4264283d45b38..33286d99cd5b6 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml @@ -6,7 +6,7 @@ */ --> - + ProductTemplateEdit1%isolation% Custom-group%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml index c3bc9c6a2c27d..e18906cebebfc 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set attribute_type_text_field diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml index 6f335c06d63af..2567b9822f931 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml @@ -6,34 +6,34 @@ */ --> - - - catalog_price_rule_priority_0 - - - catalog_price_rule_priority_2 - 40 - 40 - 60 - 40 - 40 - 100 - - - - - - catalog_price_rule_priority_0 - catalog_price_rule_priority_1_stop_further_rules - catalog_price_rule_priority_2 - 45 - 45 - 55 - 45 - 45 - 100 - - - - - + + + catalog_price_rule_priority_0 + - + catalog_price_rule_priority_2 + 40 + 40 + 60 + 40 + 40 + 100 + + + + + + catalog_price_rule_priority_0 + catalog_price_rule_priority_1_stop_further_rules + catalog_price_rule_priority_2 + 45 + 45 + 55 + 45 + 45 + 100 + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml index 86f7da0d73c0a..153ec7857e6d8 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml @@ -6,34 +6,34 @@ */ --> - - - CatalogPriceRule %isolation% - Catalog Price Rule Description - Active - Main Website - Wholesale - - - Apply as percentage of original - 50 - - - - - - - CatalogPriceRule %isolation% - Catalog Price Rule Description - Inactive - Main Website - General - - - Apply as fixed amount - 10 - - - - - - + + + CatalogPriceRule %isolation% + Catalog Price Rule Description + Active + Main Website + Wholesale + - + Apply as percentage of original + 50 + + + + + + + CatalogPriceRule %isolation% + Catalog Price Rule Description + Inactive + Main Website + General + - + Apply as fixed amount + 10 + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml index 1938d790f9068..883078393ae91 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml @@ -6,7 +6,7 @@ */ --> - + MAGETWO-23036 rule_name%isolation% @@ -22,13 +22,12 @@ 90 90 100 - - - - + + + + - - MAGETWO-12908: Apply Catalog Price Rules to Specific Customer Group. + customer_with_new_customer_group simple_10_dollar rule_name%isolation% @@ -44,13 +43,13 @@ 5 10 test_type:acceptance_test, stable:no - - - - - - - + + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml index 1567fcd1819a8..9e45a58405515 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml @@ -6,11 +6,11 @@ */ --> - - - active_catalog_price_rule_with_conditions - - - - + + + active_catalog_price_rule_with_conditions + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml index a89cc50030055..f557034098342 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_catalog_price_rule_with_conditions New Catalog Price Rule Name %isolation% diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml index 204b9a57eb15c..7af7b7744a2a1 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml @@ -6,111 +6,110 @@ */ --> - - - MAGETWO-12421: Use Advanced Search to Find the Product - Yes - - - abc_dfj - abc_dfj - test_type:acceptance_test - - - - Search product in advanced search by name - - - Yes - adc_123 - - - - Search product in advanced search by partial name - Yes - - - abc - - - - Search product in advanced search by sku - Yes - - - abc_dfj - - - - Search product in advanced search by partial sku - Yes - - - abc - - - - Search product in advanced search by partial sku and description - Yes - - - abc - adc_full - - - - Search product in advanced search by description - - - Yes - dfj_full - - - - Search product in advanced search by short description - - - - - dfj_short - - - - Search product in advanced search by partial short description - Yes - - - abc_short - - - - Search product in advanced search by price to - Yes - Yes - 100 - - - - Search product in advanced search by price from and price to - Yes - - - 50 - 50 - - - - Search product in advanced search by name, sku, description, short description, price from and price to - Yes - - - abc_dfj - abc_dfj - adc_Full - abc_short - 49 - 500 - - - - Search product in advanced search by name, sku, description, short description, price from and price to - Yes - - - abc_dfj - abc_dfj - adc_Full - abc_short - 49 - 50 - - - + + + Yes + - + abc_dfj + abc_dfj + test_type:acceptance_test + + + + Search product in advanced search by name + - + Yes + adc_123 + + + + Search product in advanced search by partial name + Yes + - + abc + + + + Search product in advanced search by sku + Yes + - + abc_dfj + + + + Search product in advanced search by partial sku + Yes + - + abc + + + + Search product in advanced search by partial sku and description + Yes + - + abc + adc_full + + + + Search product in advanced search by description + - + Yes + dfj_full + + + + Search product in advanced search by short description + - + - + dfj_short + + + + Search product in advanced search by partial short description + Yes + - + abc_short + + + + Search product in advanced search by price to + Yes + Yes + 100 + + + + Search product in advanced search by price from and price to + Yes + - + 50 + 50 + + + + Search product in advanced search by name, sku, description, short description, price from and price to + Yes + - + abc_dfj + abc_dfj + adc_Full + abc_short + 49 + 500 + + + + Search product in advanced search by name, sku, description, short description, price from and price to + Yes + - + abc_dfj + abc_dfj + adc_Full + abc_short + 49 + 50 + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml index 02a7b1b0d410e..d8785916f3594 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::sku Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml index fe84b326dd4ba..045ca0d2813a0 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml @@ -6,13 +6,13 @@ */ --> - - - default - - - - - - + + + default + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml index d83ba77b5e3a4..c86d53c37e3c6 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml @@ -6,13 +6,13 @@ */ --> - - - catalogSearchQuery::default,catalogSearchQuery::default,catalogSearchQuery::default - - - - - - + + + catalogSearchQuery::default,catalogSearchQuery::default,catalogSearchQuery::default + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml index 5b87d1a65a67e..cba89b24afd0c 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml @@ -6,47 +6,46 @@ */ --> - - - MAGETWO-12420: Use Quick Search to Find the Product - catalogProductSimple::default::sku - test_type:acceptance_test - - - - Search simple product - catalogProductSimple::default::simple - - - - Search virtual product - catalogProductVirtual::default::virtual - - - - Search configurable product - configurableProduct::default::configurable - - - - Search downloadable product - downloadableProduct::default::downloadable - - - - Search grouped product - groupedProduct::default::grouped - - - - Search bundle dynamic product - bundleProduct::bundle_dynamic_product::bundle - - - - Search fixed product - bundleProduct::bundle_fixed_product::bundle - - - + + + catalogProductSimple::default::sku + test_type:acceptance_test + + + + Search simple product + catalogProductSimple::default::simple + + + + Search virtual product + catalogProductVirtual::default::virtual + + + + Search configurable product + configurableProduct::default::configurable + + + + Search downloadable product + downloadableProduct::default::downloadable + + + + Search grouped product + groupedProduct::default::grouped + + + + Search bundle dynamic product + bundleProduct::bundle_dynamic_product::bundle + + + + Search fixed product + bundleProduct::bundle_fixed_product::bundle + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml index 367dea60a83fc..52ddf3c13a777 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml @@ -6,16 +6,16 @@ */ --> - - - catalogProductSimple::name - - - - - - catalogProductSimple::sku - 1 - - - + + + catalogProductSimple::name + - + + + + catalogProductSimple::sku + 1 + + + diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml index af1eb669e1f62..9037cd4c7ba7c 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::sku Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml index 134d74e44a8d5..915493c317083 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + bundleProduct::bundle_dynamic_product 200 diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml index d9e8f0c865b2a..535010d70f80c 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + delete Simple catalogProductSimple::default, catalogProductVirtual::default diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml index fbd84eb13eef8..e1b649ff453fc 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + bundleProduct::bundle_dynamic_product diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml index 49792e12b0ee7..3613669a89595 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update Simple catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml index 71424d79dff0b..a02c2cb0ec4b3 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + default 100 diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml index 4779c05af5cde..4397390d2a870 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml @@ -6,85 +6,85 @@ */ --> - - - Create enabled term entity with text value - catalogProductSimple::default - name%isolation% - Enabled - Text - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - - - Create enabled term entity with HTML value - catalogProductSimple::default - name%isolation% - Enabled - HTML - default - test_checkbox%isolation% - <html> - Flat Rate - Fixed - checkmo - - - - - - Create enabled term entity with text value - catalogProductSimple::default - name%isolation% - Enabled - Text - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - - - Create disabled term entity - catalogProductSimple::default - name%isolation% - Disabled - Text - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - - - Create enabled term, check with multishipping - catalogProductSimple::default, catalogProductSimple::default - name%isolation% - Enabled - Text - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - + + + Create enabled term entity with text value + catalogProductSimple::default + name%isolation% + Enabled + Text + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + + + Create enabled term entity with HTML value + catalogProductSimple::default + name%isolation% + Enabled + HTML + default + test_checkbox%isolation% + <html> + Flat Rate + Fixed + checkmo + + + + + + Create enabled term entity with text value + catalogProductSimple::default + name%isolation% + Enabled + Text + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + + + Create disabled term entity + catalogProductSimple::default + name%isolation% + Disabled + Text + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + + + Create enabled term, check with multishipping + catalogProductSimple::default, catalogProductSimple::default + name%isolation% + Enabled + Text + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml index e13ce03265cb5..7037ed845bd46 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml @@ -6,16 +6,16 @@ */ --> - - - catalogProductSimple::default - term_enabled_text - Flat Rate - Fixed - checkmo - - - - - + + + catalogProductSimple::default + term_enabled_text + Flat Rate + Fixed + checkmo + + + + + diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml index e1818c9838943..b2f6c1b18eb7e 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml @@ -6,54 +6,54 @@ */ --> - - - catalogProductSimple::default - term_disabled_text - name%isolation% - Enabled - HTML - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - - - catalogProductSimple::default - term_disabled_html - name%isolation% - Enabled - Text - default - test_checkbox%isolation% - <html> - Flat Rate - Fixed - checkmo - - - - - - catalogProductSimple::default - term_enabled_text - name%isolation% - Disabled - HTML - default - test_checkbox%isolation% - TestMessage%isolation% - Flat Rate - Fixed - checkmo - - - - - + + + catalogProductSimple::default + term_disabled_text + name%isolation% + Enabled + HTML + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + + + catalogProductSimple::default + term_disabled_html + name%isolation% + Enabled + Text + default + test_checkbox%isolation% + <html> + Flat Rate + Fixed + checkmo + + + + + + catalogProductSimple::default + term_enabled_text + name%isolation% + Disabled + HTML + default + test_checkbox%isolation% + TestMessage%isolation% + Flat Rate + Fixed + checkmo + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml index 3527279c5c98d..ed585262e8dac 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + block_%isolation% identifier_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml index fd63c140b0c91..0b775f74aab81 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-12399: Create CMS Content Page + + cmsPage NewCmsPage%isolation% identifier-%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml index 518a013681fd4..13655f2b1edc0 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + For CMS page cms/page/view/page_id/%cmsPage::default% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml index a9f34cf2b17e1..1d38f3d58eb8d 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml index b317224b3c164..977bbe03bf139 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml index 9ff1187200f24..b9750e8f73691 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_default_no_redirect diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml index 1aa116123698a..edd6a2e472beb 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + block_updated_%isolation% identifier_updated_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml index d55df7eb5659f..dfde8b9ce9cb7 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + CmsPageEdited%isolation% Disabled diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml index f03d64ae76aeb..4663bd6913e59 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_default_no_redirect Main Website/Main Website Store/%default% diff --git a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml index 18308b2a1c04e..460a60f4ee68f 100644 --- a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with category and two new options configurable-product-%isolation% @@ -21,15 +21,15 @@ 2 In Stock custom_attribute_set_%isolation% - - - - - - - - - + + + + + + + + + Create product with two options @@ -44,13 +44,13 @@ 2 - custom_attribute_set_%isolation% - - - - - - - + + + + + + + Create product with special price @@ -66,14 +66,14 @@ 2 In Stock custom_attribute_set_%isolation% - - - - - - - - + + + + + + + + Create product with assigned products to options @@ -88,15 +88,14 @@ 2 In Stock custom_attribute_set_%isolation% - - - - - - + + + + + + - - MAGETWO-12620: Create Configurable Product and Assign it to Category + configurable-product-%isolation% two_options_with_fixed_price Configurable Product %isolation% @@ -111,8 +110,7 @@ - - MAGETWO-13361: Create Configurable Product with Creating New Category and New Attribute (Required Fields Only) + two_searchable_options Configurable Product %isolation% 100 diff --git a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml index fc109ed428582..266c3ae2f8189 100644 --- a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Add new option to existed Attribute addOptions @@ -99,8 +99,7 @@ - - MAGETWO-12840: Edit Configurable Product + addOptions configurableProduct::two_options_with_fixed_price configurable-product-%isolation% diff --git a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml index 9ca83af6d7ffc..f9948a24853b6 100644 --- a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + config_currency_symbols_usd_and_uah UAH diff --git a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml index f66c1df25289b..7bf0559813ef4 100644 --- a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml @@ -6,17 +6,17 @@ */ --> - - - config_currency_symbols_usd_and_uah - currency_symbols_uah - UAH - - Yes - - - - - - - + + + config_currency_symbols_usd_and_uah + currency_symbols_uah + UAH + + Yes + - + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml index 255ac6f90738e..ef851751ac280 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-12447: Enable Automatic Assignment of Customers to Appropriate VAT Group (valid Intra-Union group). + + enable_VAT_on_frontend store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_1_default_billing_address @@ -18,8 +17,7 @@ - - MAGETWO-12447: Enable Automatic Assignment of Customers to Appropriate VAT Group (invalid VAT ID group). + enable_VAT_on_frontend store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_1_default_billing_address diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml index 2d3334dfd508a..75a2ca473e740 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml @@ -6,7 +6,7 @@ */ --> - + default 123123q diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml index 1b511d97d5c33..e892a18a48eaa 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml @@ -6,160 +6,159 @@ */ --> - - - General customer without address - save - Main Website - General - - - John%isolation% - - - Doe%isolation% - - - JohnDoe%isolation%@example.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - Customer with prefix - save - Admin - Wholesale - M - John%isolation% - Jack - Doe%isolation% - S - JohnDoe%isolation%@example.com - 03/16/2004 - - - Male - - - - - - - - - - - - - - - - - - - - - - General customer from USA - save - Main Website - General - - - John%isolation% - - - Doe%isolation% - - - JohnDoe%isolation%@example.com - - - - - - - Joe - Doe - 1 Main Street - Culver City - United States - California - 90230 - 3109450345 - - - - - - Retailer customer without address - save - Main Website - Retailer - - - John%isolation% - - - Doe%isolation% - - - JohnDoe%isolation%@example.ccc - - - - - - - - - - - - - - - - - - - - - - - - - - General customer from Poland - save - Main Website - General - - - Thomas%isolation% - - - Oster%isolation% - - - Thomas%isolation%@example.com - - - 5250008057 - - - Thomas - Oster - Chmielna 113 - Bielsko-Biala - Poland - - - 43-310 - 799885616 - - - - - - MAGETWO-12516: Create New Customer on Backend - saveAndContinue - Main Website - General - - - John%isolation% - - - Doe%isolation% - - - JohnDoe%isolation%@example.com - - - - - - - - - - - - - - - - - - - - - - - test_type:acceptance_test - - - - + + + General customer without address + save + Main Website + General + - + John%isolation% + - + Doe%isolation% + - + JohnDoe%isolation%@example.com + - + - + - + - + - + - + - + - + - + - + - + + + + + + Customer with prefix + save + Admin + Wholesale + M + John%isolation% + Jack + Doe%isolation% + S + JohnDoe%isolation%@example.com + 03/16/2004 + - + Male + - + - + - + - + - + - + - + - + + + + + + General customer from USA + save + Main Website + General + - + John%isolation% + - + Doe%isolation% + - + JohnDoe%isolation%@example.com + - + - + - + Joe + Doe + 1 Main Street + Culver City + United States + California + 90230 + 3109450345 + + + + + + Retailer customer without address + save + Main Website + Retailer + - + John%isolation% + - + Doe%isolation% + - + JohnDoe%isolation%@example.ccc + - + - + - + - + - + - + - + - + - + - + - + + + + General customer from Poland + save + Main Website + General + - + Thomas%isolation% + - + Oster%isolation% + - + Thomas%isolation%@example.com + - + 5250008057 + - + Thomas + Oster + Chmielna 113 + Bielsko-Biala + Poland + - + 43-310 + 799885616 + + + + + + saveAndContinue + Main Website + General + - + John%isolation% + - + Doe%isolation% + - + JohnDoe%isolation%@example.com + - + - + - + - + - + - + - + - + - + - + - + test_type:acceptance_test + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml index acb4844ba124c..e50c797f63f0d 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml @@ -6,25 +6,25 @@ */ --> - - - retail_customer - GroupName%isolation% - - - - - - retail_customer - General - - - - customer_tax_class - GroupName%isolation% - - - - - + + + retail_customer + GroupName%isolation% + + + + + + retail_customer + General + + + + customer_tax_class + GroupName%isolation% + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml index 3fbdcf50f62d8..feb3ef13a02fd 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml @@ -6,7 +6,7 @@ */ --> - + john doe diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml index f71ac07a13422..944d18f84af48 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml @@ -6,12 +6,12 @@ */ --> - - - default - US_address_default_billing,US_address_NY_default_no - - - - + + + default + US_address_default_billing,US_address_NY_default_no + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml index efabd7c64bd78..d821389187117 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml @@ -6,11 +6,11 @@ */ --> - - - default - - - - + + + default + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml index a70ada2713506..2939900039faa 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml @@ -6,10 +6,10 @@ */ --> - - - - - - + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml index 32ef81cc1e2a8..18895bb638e9b 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + customer_US diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml index 414eae3135f92..e52ecf59af256 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml @@ -6,11 +6,11 @@ */ --> - - - default - - - - + + + default + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml index a0de3c12b525f..f8a599c54f3be 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml @@ -6,14 +6,14 @@ */ --> - - - default - 3 - 2 - - - - - + + + default + 3 + 2 + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml index d4ecd6f24276d..ea1d868dfcc73 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Register new customer john @@ -31,8 +31,7 @@ - - MAGETWO-12394: Register Customer + john doe johndoe%isolation%@example.com diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml index acff1c874d93c..e5510271cb27a 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml @@ -6,99 +6,99 @@ */ --> - - - default - Wholesale - %isolation%Prefix_ - John_%isolation% - Middle Name %isolation% - Doe%isolation% - _Suffix%isolation% - JohnDoe%isolation%@example.com - 01/08/1986 - 123456789001 - Male - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - - - - - - - - - - - - - - - - - - - - - Prefix%isolation%_ - Doe%isolation% - Middle Name %isolation% - Doe%isolation% - _Suffix%isolation% - Company%isolation% - 3962 Horner Street - Dothan - United States - Alabama - - - 36303 - 334-200-4060 - 555-666-777-8910 - U1234567890 - - - - - - default - Retailer - %isolation%Prefix_ - Jane_%isolation% - Jane Middle Name %isolation% - Doe%isolation% - _JaneSuffix%isolation% - Jane%isolation%@example.com - 01/12/2000 - 987654321 - Female - Prefix%isolation%_ - Doe%isolation% - Middle Name %isolation% - Doe%isolation% - _Suffix%isolation% - Company%isolation% - 39 Northgate Street - BICKTON - United Kingdom - - - PINMINNOCH - KA26 1PF - 999-777-111-2345 - - - 987654321 - - - - - + + + default + Wholesale + %isolation%Prefix_ + John_%isolation% + Middle Name %isolation% + Doe%isolation% + _Suffix%isolation% + JohnDoe%isolation%@example.com + 01/08/1986 + 123456789001 + Male + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + default + - + - + - + - + - + - + - + - + - + - + Prefix%isolation%_ + Doe%isolation% + Middle Name %isolation% + Doe%isolation% + _Suffix%isolation% + Company%isolation% + 3962 Horner Street + Dothan + United States + Alabama + - + 36303 + 334-200-4060 + 555-666-777-8910 + U1234567890 + + + + + + default + Retailer + %isolation%Prefix_ + Jane_%isolation% + Jane Middle Name %isolation% + Doe%isolation% + _JaneSuffix%isolation% + Jane%isolation%@example.com + 01/12/2000 + 987654321 + Female + Prefix%isolation%_ + Doe%isolation% + Middle Name %isolation% + Doe%isolation% + _Suffix%isolation% + Company%isolation% + 39 Northgate Street + BICKTON + United Kingdom + - + PINMINNOCH + KA26 1PF + 999-777-111-2345 + - + 987654321 + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml index 8a69ef4adf488..21707a651f0a2 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml @@ -6,83 +6,82 @@ */ --> - - - Update customer information and add US address - Jany %isolation% - Doe %isolation% - janydoe%isolation%@example.com - Jany %isolation% - Doe %isolation% - Company %isolation% - Some street %isolation% - City %isolation% - United States - Colorado - - - 555-888-111-999 - 161-999-8888 - 12345 - - - - - Update customer information and add UK address - Jonny %isolation% - Doe %isolation% - jonny%isolation%@example.com - John %isolation% - Doe %isolation% - Company %isolation% - Some street %isolation% - City %isolation% - United Kingdom - - - Region %isolation% - 0123456789-02134567 - 5555-874-99634 - 12345 - - - - - Update customer information and add France address - Jean %isolation% - Reno %isolation% - jean%isolation%@example.com - Jean %isolation% - Reno %isolation% - Magento %isolation% - 18-20 Rue Maréchal Leclerc - Quintin - France - Côtes-d'Armor - - - 555-888-111-999 - 161-999-8888 - 12345 - - - - - MAGETWO-12394: Register Customer. Update address - - - - - - - John - Doe - Magento %isolation% - 6161 West Centinela Avenue - Culver City - United States - California - - - 555-55-555-55 - - - 90230 - test_type:acceptance_test - - - - + + + Update customer information and add US address + Jany %isolation% + Doe %isolation% + janydoe%isolation%@example.com + Jany %isolation% + Doe %isolation% + Company %isolation% + Some street %isolation% + City %isolation% + United States + Colorado + - + 555-888-111-999 + 161-999-8888 + 12345 + + + + + Update customer information and add UK address + Jonny %isolation% + Doe %isolation% + jonny%isolation%@example.com + John %isolation% + Doe %isolation% + Company %isolation% + Some street %isolation% + City %isolation% + United Kingdom + - + Region %isolation% + 0123456789-02134567 + 5555-874-99634 + 12345 + + + + + Update customer information and add France address + Jean %isolation% + Reno %isolation% + jean%isolation%@example.com + Jean %isolation% + Reno %isolation% + Magento %isolation% + 18-20 Rue Maréchal Leclerc + Quintin + France + Côtes-d'Armor + - + 555-888-111-999 + 161-999-8888 + 12345 + + + + + - + - + - + John + Doe + Magento %isolation% + 6161 West Centinela Avenue + Culver City + United States + California + - + 555-55-555-55 + - + 90230 + test_type:acceptance_test + + + + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml index ca4632fbb4a23..c79dee2aab5a0 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + stable:no retail_customer diff --git a/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml index fd74223e5fcee..6b812b8bc8d77 100644 --- a/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml @@ -7,8 +7,7 @@ --> - - MAGETWO-12850 – Use DHL International (EU) Online Shipping Carrier on Checkout as a Registered Customer + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login customer_DE diff --git a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml index 294132c493afe..9aab3fce06f9b 100644 --- a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml @@ -6,7 +6,7 @@ */ --> - + USD EUR @@ -17,8 +17,8 @@ $10.00 €8.00 test_type:acceptance_test - - + + diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml index 1aa535ac50cbe..4e0d8358ae660 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-13595: Create Downloadable Product with Required Fields Only and Assign it to the Category + + DownloadableProduct_%isolation% DownloadableProduct_%isolation% 1 diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml index eb4b8de7a1c8d..e4e278a086f8b 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml @@ -7,8 +7,7 @@ --> - - MAGETWO-32076: Downloadable product with sales rule, customer tax equals store tax and catalog price excluding tax + total_cat_excl_ship_incl_after_disc_on_incl, display_excluding_including_tax downloadableProduct::with_two_separately_links_special_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -34,8 +33,7 @@ - - MAGETWO-32076: Downloadable product with catalog rule, customer tax greater than store tax and catalog price excluding tax + total_cat_excl_ship_incl_after_disc_on_incl, display_including_tax downloadableProduct::with_two_separately_links_special_price_and_category catalog_price_rule_all_groups @@ -54,8 +52,7 @@ - - MAGETWO-32076: Downloadable product with sales rule, customer tax less than store tax and catalog price excluding tax + total_cat_excl_ship_incl_after_disc_on_incl downloadableProduct::with_two_separately_links_group_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -75,8 +72,7 @@ - - MAGETWO-32076: Downloadable product with catalog rule, customer tax greater than store tax and catalog price including tax + total_cat_incl_ship_excl_before_disc_on_excl, display_excluding_including_tax downloadableProduct::with_two_separately_links_custom_options_and_category catalog_price_rule_all_groups @@ -100,8 +96,7 @@ - - MAGETWO-32076: Downloadable product with sales rule, customer tax less than store tax and catalog price including tax + total_cat_incl_ship_excl_before_disc_on_excl, display_including_tax downloadableProduct::with_two_separately_links_group_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -122,8 +117,7 @@ - - MAGETWO-32076: Downloadable product with catalog rule, customer tax equals store tax and catalog price including tax + total_cat_incl_ship_excl_before_disc_on_excl downloadableProduct::with_two_separately_links_custom_options_and_category catalog_price_rule_all_groups diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml index e0de074a41c10..add9c0474310d 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + DownloadableProduct_%isolation% DownloadableProduct_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml index 28075acb0a4cb..8e1c6069b0e83 100644 --- a/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml @@ -23,8 +23,7 @@ - - MAGETWO-12849 – Use FedEx Online Shipping Carrier on Checkout as a Registered Customer + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login customer_DE diff --git a/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml b/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml index bdc1fbbd1aee9..5c662f4816abe 100644 --- a/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml +++ b/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default, catalogProductVirtual::default default diff --git a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml index 5bf7aed2f1f12..9596c031ab44a 100644 --- a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-13610: Create Grouped Product and Assign It to the Category + + test-grouped-product-%isolation% GroupedProduct %isolation% GroupedProduct_sku%isolation% diff --git a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml index 207cb0711a829..4d122e228b0ac 100644 --- a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + grouped_product_out_of_stock GroupedProduct_edited %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml index 5eb2c388a74a0..e9476bd3a4df2 100644 --- a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml +++ b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml @@ -6,7 +6,7 @@ */ --> - + Install with default values. default diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml index b369ae1c3b3c2..0edb824b9a47b 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml @@ -6,13 +6,13 @@ */ --> - + default_with_all_resources 1 - - - + + + diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml index de7d90dc329c3..f8be9243adcbe 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Integration%isolation% test@example.com diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml index 634b4dc7d9e16..f4a0b85e17e09 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml @@ -6,10 +6,10 @@ */ --> - - - - - - + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml index ffa434f04aa11..802e06ae7e633 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml @@ -6,11 +6,11 @@ */ --> - - - Re-authorize integration - - - - + + + Re-authorize integration + + + + diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml index bd9857a74a707..923dcd9b4ab9c 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml @@ -6,28 +6,28 @@ */ --> - - - Integration_%isolation% - - - https://endpoint.com - https://testlink.com - - - - - - - - - - Integration_%isolation% - - - - - - - Custom - Sales - - - - - + + + Integration_%isolation% + - + https://endpoint.com + https://testlink.com + - + - + + + + + + Integration_%isolation% + - + - + - + Custom + Sales + + + + + diff --git a/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml b/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml index 8c65b126821d4..cb56d82c3b51a 100644 --- a/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml +++ b/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml @@ -6,7 +6,7 @@ */ --> - + layered_navigation_manual_range_10 default_anchor_subcategory diff --git a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml index f31934270a1d7..3274e12aeda9f 100644 --- a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml +++ b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml @@ -6,16 +6,13 @@ */ --> - - - MAGETWO-12430: Apply Minimum Advertised Price Setting to Simple Product - catalogProductSimple::msrp_on_gesture + + - - MAGETWO-12847: Apply Minimum Advertised Price to the Configurable Product + configurableProduct::msrp_on_gesture_one_variation test_type:acceptance_test diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml index 53f8aa6c0869a..63dc7719de29d 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml @@ -6,16 +6,16 @@ */ --> - - - default - Preview - - - - default - Queue Newsletter - - - + + + default + Preview + + + + default + Queue Newsletter + + + diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml index b91b7e023c3f4..f1ec538b32248 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml @@ -6,15 +6,15 @@ */ --> - - - TemplateName%isolation% - TemplateSubject%isolation% - SenderName%isolation% - SenderName%isolation%@example.com - Some content %isolation% - - - - + + + TemplateName%isolation% + TemplateSubject%isolation% + SenderName%isolation% + SenderName%isolation%@example.com + Some content %isolation% + + + + diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml index 4648d049060ae..0e56998fa43b0 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml @@ -6,16 +6,16 @@ */ --> - - - TemplateName%isolation% - TemplateSubject%isolation% - SenderName%isolation% - SenderName%isolation%@example.com - Some content %isolation% - - - - - + + + TemplateName%isolation% + TemplateSubject%isolation% + SenderName%isolation% + SenderName%isolation%@example.com + Some content %isolation% + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml index 2d459bcd61e1b..5b81604ff2c62 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-12415 - Check Out as a Guest using "Checkout with PayPal" button from Product Page and Free Shipping + + catalogProductSimple::simple_10_dollar us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml index 0bd266597bc83..2a8fb5d451a5e 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-12414 - Check Out as a Guest with "Checkout with PayPal" button (Payflow Edition) from the Shopping Cart and Offline Shipping + + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml index e11142c9fc520..9eeade097cdfb 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-12413 - Check Out as a Guest Using PayPal Express Checkout Method and Offline Shipping Method + + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default @@ -34,8 +33,7 @@ - - MAGETWO-14359 - Check Out as a Guest using Payflow Link - PayPal Express Checkout Payflow Edition and Offline Shipping + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default @@ -47,7 +45,7 @@ 156.81 - 156.81 + 156.81 131.00 @@ -62,8 +60,7 @@ - - MAGETWO-12996 - Check Out as Guest User using PayPal Express and Offline Shipping Method + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml index 95ce6b354b4bf..bdabce6d3faa9 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + add product to cart as registered user and check product in Report default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml index 5b953c047969f..4ebabe2dfe809 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + simple_big_qty Year diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml index 1ccaf332596e0..9f5b696a023c2 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Yes default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml index 44da2a6f78ced..0c766fa4591ed 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default,virtual_product m/d/Y diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml index 38bc2630b5a87..e3dce9659abd1 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default,virtual_product m/d/Y -2 days diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml index 111490b3550c6..b6263253ff561 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + downloadable_product 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml index 5bdfba60de783..2144872079ac5 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + low_stock_product diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml index 1a8903a9dba5c..ae80905c26eff 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml index e3dd733ebf82a..c81bcb943e66e 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default m/d/Y diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml index fef82ffa1f3a0..d1699b9e30bc2 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + frontend_review diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml index 4be8a7343647a..9ce12c8b32f5d 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml index 0be3acf4f5e0d..2eae78459352c 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + with_coupon Order Created diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml index 66a1caf735b40..dd0f295022fe4 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml index 36c41bc4d4bdb..5446ff0f50a06 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml index 6940f00d89337..4310ec38c7dbc 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + assert refunds year report default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml index 4010b2753be8f..964239960b279 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + - custom_rule diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml index 6a4aef2eea91f..9740718bc59fb 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + product_with_url_key 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml index 849c0625dd6b2..f94f9d58c1852 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + View products on front and verify they all reflected in Year report. 1, 1 diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml index 028ddcc82a62b..268bc90ff86df 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + productRating_%isolation% Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml index 476353bb9203e..3ad697928e826 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml index 04bbcfef97c57..1f01270813fe7 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product review with rating Guest @@ -21,8 +21,7 @@ - - MAGETWO-12403 - Add Product Review from Customer's Prospective + Guest name_%isolation% title_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml index 31a018454c491..8c61d39224a38 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml index 1a5e214f3cb7b..fa249e77a4464 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml @@ -6,7 +6,7 @@ */ --> - + Approved name_upd_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml index 088c02fe05c8e..590d56433977c 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update Status Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml index 822872e2361d5..2b5fcda6dc167 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + frontend_review Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml index 7654808ea6ccf..367e117d95bef 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml @@ -6,7 +6,7 @@ */ --> - + 3 Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml index 14f36744bafbe..18a30800ac21c 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + review_for_simple_product_with_rating name_upd_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml index 295a010379950..df829cf8e6a24 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + Pending No diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml index bf5098ff6b6b7..750b8a3aa6469 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml @@ -6,7 +6,7 @@ */ --> - + cancel order and check status on storefront default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml index bbdf7ba05ebd6..febfb926e0f39 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Assert items return to stock (partial refund) Yes diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml index 4c3bfe7a39d9a..7636b31e7585b 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + order_status%isolation% orderLabel%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml index a8aa9e15a666d..ceca3cf78d01f 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml index 5fd3348a6ff24..d12d4a7bd1e16 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + Create order with simple product for registered US customer using Fixed shipping method and Cash on Delivery payment method catalogProductSimple::default @@ -110,8 +110,7 @@ - - MAGETWO-12395 - Create Offline Order for Registered Customer in Admin + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option us_ca_ny_rule default @@ -128,9 +127,8 @@ - + test_type:acceptance_test, stable:no - MAGETWO-12520 - Create Order for New Customer in Admin with Offline Payment Method catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option us_ca_ny_rule default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml index 63eb24aba3682..990523e15604c 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml @@ -6,7 +6,7 @@ */ --> - + hold order and check status in my account on storefront default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml index 0ac520d4aedc9..171b50a67cdd2 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + cancel orders in status Pending and Processing - diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml index 9a78652cbb694..9337cb63ba887 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + default catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml index 94109cf62514d..73a9e99e08bbd 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default,catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml index c392c0ed4648a..b1ef12637cdfc 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default,catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml index 7bd0a534e1993..a0119c0aade74 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml index 60887adfe898c..b70ef3ff83187 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml index 75fa57aaa8aa3..940352d6d9d14 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml @@ -6,7 +6,7 @@ */ --> - + johndoe_with_addresses diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml index f3efcdf27459b..6e4ba069e138e 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Reorder placed order (update products, billing address). two_simple_product diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml index cecac4451c941..aad93923eabe4 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + unassign order status assign_to_pending diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml index f342cb2b53bc8..e11381d3220a0 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + change status label to existed default diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml index 11990ab3006da..e020b390b9f43 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Cart Price Rule1 %isolation% Cart Price Rule Description %isolation% diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml index 980ffa3d0ada6..66f7662e8d20d 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_sales_rule_with_percent_price_discount_coupon diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml index b46f67e76b393..4da9c0f03fa1b 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_sales_rule_with_complex_conditions {Conditions combination:[[Shipping Method|is|\[flatrate\] Fixed][Shipping Postcode|is|95814][Shipping State/Province|is|California][Shipping Country|is|United States]]} @@ -20,9 +20,9 @@ 95814 Flat Rate Fixed - - - + + + diff --git a/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml b/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml index ac41244817e64..727623484b7a1 100644 --- a/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + shipment with tracking number default diff --git a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml index 6e63918db6728..6a7667cb22cd4 100644 --- a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml @@ -6,22 +6,22 @@ */ --> - - - sitemap.xml - / - - - - - %isolation% - / - - - - sitemap.xml - /%isolation% - - - + + + sitemap.xml + / + + + + + %isolation% + / + + + + sitemap.xml + /%isolation% + + + diff --git a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml index e204dd90f9a2f..ecda50c9d0aea 100644 --- a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml @@ -6,11 +6,11 @@ */ --> - - - default - - - - + + + default + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml index a6bf8369d64d8..32b3268d16fb2 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default store_name_%isolation% @@ -40,8 +40,7 @@ - - MAGETWO-12405: Create New Localized Store View + default DE_%isolation% de_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml index 117b2010f23c7..ed03b6de5179f 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml @@ -6,24 +6,24 @@ */ --> - - - main_website - store_name_%isolation% - default_category - - - - - - - custom_website - store_name_%isolation% - root_category - - - - - - + + + main_website + store_name_%isolation% + default_category + + + + + + + custom_website + store_name_%isolation% + root_category + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml index 7b641d53f1718..8e99cd51f7290 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml @@ -6,14 +6,14 @@ */ --> - - - website_%isolation% - code_%isolation% - - - - - - + + + website_%isolation% + code_%isolation% + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml index a81812963821b..52d6769a72490 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml @@ -6,21 +6,21 @@ */ --> - - - custom - Yes - - - - - - - custom - No - - - - - + + + custom + Yes + + + + + + + custom + No + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml index c7f54be88b9be..e8fc21091806c 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml @@ -6,19 +6,19 @@ */ --> - - - custom - Yes - - - - - - custom - No - - - - + + + custom + Yes + + + + + + custom + No + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml index e1e5a410e5e5a..bf25766226fa6 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml @@ -6,19 +6,19 @@ */ --> - - - custom_website - Yes - - - - - - custom_website - No - - - - + + + custom_website + Yes + + + + + + custom_website + No + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml index b3102104f5bb1..1a97398eb2904 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml @@ -6,18 +6,18 @@ */ --> - - - custom - default - storename_updated%isolation% - storecode_updated%isolation% - Enabled - - - - - - - + + + custom + default + storename_updated%isolation% + storecode_updated%isolation% + Enabled + + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml index 45aba74539d91..bcd524a99db3b 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml @@ -6,26 +6,26 @@ */ --> - - - custom - main_website - store_name_updated_%isolation% - default_category - - - - - - - custom - custom_website - store_name_updated_%isolation% - root_category - - - - - - + + + custom + main_website + store_name_updated_%isolation% + default_category + + + + + + + custom + custom_website + store_name_updated_%isolation% + root_category + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml index a0ed810288afe..ec37f24369405 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml @@ -6,15 +6,15 @@ */ --> - - - custom_website - website_upd%isolation% - code_upd%isolation% - - - - - - + + + custom_website + website_upd%isolation% + code_upd%isolation% + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml index dd6d2d00fc55c..ca8d299bd41e9 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml @@ -6,9 +6,8 @@ */ --> - - - MAGETWO-13436: Automatic Apply Tax Based on VAT ID. + + enable_VAT_on_frontend default_tax_configuration, flatrate, checkmo, store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_address_with_VAT diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml index 9602d171bf546..5f16f5ae12145 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + TaxIdentifier%isolation% No diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml index e3a83b20d90e6..1082eca99986b 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + TaxIdentifier%isolation% US-CA-Rate_1 @@ -59,8 +59,7 @@ - - MAGETWO-12438: Create Tax Rule with New and Existing Tax Rate, Customer Tax Class, Product Tax Class + TaxIdentifier%isolation% US-CA-*-Rate 1 us_ny_rate_8_1 diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml index 3f5138c04257f..e450808baf67d 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml @@ -6,12 +6,12 @@ */ --> - - - default - - - - - + + + default + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml index 444a019050cbc..4bc12b57e380b 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + tax_rule_with_custom_tax_classes United States diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml index 0e62906603bbc..12a8d83dfc0a4 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml @@ -6,7 +6,7 @@ */ --> - + Simple product tier price with sales rule, customer tax equals store tax and catalog price including tax shipping_tax_class_taxable_goods, row_cat_incl_ship_excl_after_disc_on_excl, display_excluding_including_tax diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml index e01bee641331b..454c31d390804 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml @@ -6,7 +6,7 @@ */ --> - + with_one_custom_option_and_category cross_border_enabled_price_incl_tax, display_excluding_including_tax diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml index 23a2f6460cecc..319d87d9bd1d3 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default TaxIdentifier%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml index 3941a395d7dcf..56ad0ddf4036d 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + tax_rule_default New Tax Rule name%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml index ac03a7e25283f..c6eca778815b1 100644 --- a/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml @@ -7,8 +7,7 @@ --> - - MAGETWO-12848 – Use UPS Online Shipping Carrier on Checkout as a Registered Customer + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login default diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml index 9aabd615ce188..3a7e73a775898 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml @@ -6,49 +6,48 @@ */ --> - - - MAGETWO-12407: Add Permanent Redirect for Category - For category - Main Website/Main Website Store/Default Store View - cat%isolation%-redirect.html - Permanent (301) - End-to-end test - test_type:acceptance_test - - - - - Create Category URL Rewrites with no redirect - For category - Main Website/Main Website Store/Default Store View - test_request%isolation% - No - test description - - - - - Create Category URL Rewrites with Temporary redirect - For category - Main Website/Main Website Store/Default Store View - request_path%isolation% - Temporary (302) - test description - - - - - - Create Category URL Rewrites with Permanent redirect - For category - Main Website/Main Website Store/Default Store View - request_path%isolation% - Permanent (301) - test description - - - - - + + + For category + Main Website/Main Website Store/Default Store View + cat%isolation%-redirect.html + Permanent (301) + End-to-end test + test_type:acceptance_test + + + + + Create Category URL Rewrites with no redirect + For category + Main Website/Main Website Store/Default Store View + test_request%isolation% + No + test description + + + + + Create Category URL Rewrites with Temporary redirect + For category + Main Website/Main Website Store/Default Store View + request_path%isolation% + Temporary (302) + test description + + + + + + Create Category URL Rewrites with Permanent redirect + For category + Main Website/Main Website Store/Default Store View + request_path%isolation% + Permanent (301) + test description + + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml index 8eb1de56fe44f..c2c9a9f8ae41f 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml @@ -6,50 +6,49 @@ */ --> - - - MAGETWO-12409: Add Temporary Redirect for Product - For product - product_with_category - Main Website/Main Website Store/Default Store View - cat%isolation%/simp_redirect%isolation%.html - Temporary (302) - description_%isolation% - test_type:acceptance_test - - - - - Create Product URL Rewrites with no redirect - For product - default - Main Website/Main Website Store/Default Store View - test_%isolation%.html - No - description_%isolation% - - - - Create Product URL Rewrites with Temporary redirect - For product - default - Main Website/Main Website Store/Default Store View - test_%isolation%.html - Temporary (302) - description_%isolation% - - - - - Create Product URL Rewrites with Permanent redirect - For product - default - Main Website/Main Website Store/Default Store View - test_%isolation%.html - Permanent (301) - description_%isolation% - - - - + + + For product + product_with_category + Main Website/Main Website Store/Default Store View + cat%isolation%/simp_redirect%isolation%.html + Temporary (302) + description_%isolation% + test_type:acceptance_test + + + + + Create Product URL Rewrites with no redirect + For product + default + Main Website/Main Website Store/Default Store View + test_%isolation%.html + No + description_%isolation% + + + + Create Product URL Rewrites with Temporary redirect + For product + default + Main Website/Main Website Store/Default Store View + test_%isolation%.html + Temporary (302) + description_%isolation% + + + + + Create Product URL Rewrites with Permanent redirect + For product + default + Main Website/Main Website Store/Default Store View + test_%isolation%.html + Permanent (301) + description_%isolation% + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml index e0031a084b431..42718e66442e9 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml @@ -6,20 +6,20 @@ */ --> - - - catalog/category/view/id/%category::default% - No - - - - - - - catalog/category/view/id/%category::default% - No - example%isolation%.html - - - - + + + catalog/category/view/id/%category::default% + No + - + + + + + catalog/category/view/id/%category::default% + No + example%isolation%.html + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml index 1e855d511f0f2..c691e49ade226 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml @@ -6,12 +6,12 @@ */ --> - - - default - - - - - + + + default + + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml index f682028be63b8..117f2933841b0 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml @@ -6,13 +6,13 @@ */ --> - - - default_without_target - product/%catalogProductSimple::product_100_dollar% - - - - - + + + default_without_target + product/%catalogProductSimple::product_100_dollar% + + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml index 5e20d3ac2af75..81a07d0b30533 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml @@ -6,54 +6,54 @@ */ --> - - - Main Website/Main Website Store/Default Store View - default_subcategory - default - - - test_request%isolation% - No - test_description_defalt - - - - - - Main Website/Main Website Store/Default Store View - default_subcategory - default - - - request_path%isolation%.html - Temporary (302) - test description_302 - - - - - - Main Website/Main Website Store/Default Store View - default_subcategory - default - - - request_path%isolation%.htm - Permanent (301) - test description_301 - - - - - - Main Website/Main Website Store/Default Store View - default_subcategory - default - - - request_path%isolation%.aspx - Temporary (302) - test description_%isolation% - - - - - + + + Main Website/Main Website Store/Default Store View + default_subcategory + default + - + test_request%isolation% + No + test_description_defalt + + + + + + Main Website/Main Website Store/Default Store View + default_subcategory + default + - + request_path%isolation%.html + Temporary (302) + test description_302 + + + + + + Main Website/Main Website Store/Default Store View + default_subcategory + default + - + request_path%isolation%.htm + Permanent (301) + test description_301 + + + + + + Main Website/Main Website Store/Default Store View + default_subcategory + default + - + request_path%isolation%.aspx + Temporary (302) + test description_%isolation% + + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml index bb0fa6ed624a9..74fcbc31e5d71 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml @@ -6,28 +6,28 @@ */ --> - - - default - Main Website/Main Website Store/Default Store View - wishlist/%isolation% - http://www.magentocommerce.com/magento-connect/ - Permanent (301) - test_description_relative path - - - - - - custom_rewrite_wishlist - Main Website/Main Website Store/Default Store View - wishlist/%isolation% - catalogsearch/result/?q=$%catalogProductSimple::defaul%sku$ - Temporary (302) - test_description_relative path - - - - - + + + default + Main Website/Main Website Store/Default Store View + wishlist/%isolation% + http://www.magentocommerce.com/magento-connect/ + Permanent (301) + test_description_relative path + + + + + + custom_rewrite_wishlist + Main Website/Main Website Store/Default Store View + wishlist/%isolation% + catalogsearch/result/?q=$%catalogProductSimple::defaul%sku$ + Temporary (302) + test_description_relative path + + + + + diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml index 069a305fe9f67..899323451787f 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml @@ -6,16 +6,16 @@ */ --> - - - product/%catalogProductSimple::product_100_dollar% - Main Website/Main Website Store/Default Store View - test_%isolation%.html - Temporary (302) - description_%isolation% - Yes - - - - + + + product/%catalogProductSimple::product_100_dollar% + Main Website/Main Website Store/Default Store View + test_%isolation%.html + Temporary (302) + description_%isolation% + Yes + + + + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml index 127e2d122a32b..004d20d4b66b7 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + AdminUser%isolation% FirstName%isolation% @@ -18,10 +18,10 @@ role::Administrators - %current_password% - - - - + + + + AdminUser%isolation% @@ -34,10 +34,10 @@ role::Administrators - %current_password% - - - - + + + + FirstName%isolation% @@ -49,7 +49,7 @@ role::Administrators username %current_password% - + AdminUser%isolation% @@ -61,7 +61,7 @@ role::Administrators email %current_password% - + AdminUser%isolation% @@ -73,10 +73,10 @@ Active - %current_password% - - - - + + + + AdminUser%isolation% @@ -88,7 +88,7 @@ Active - %current_password% - + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml index dcbed28377e90..6534425bb54c8 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + AdminRole%isolation% Custom diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml index 0a8c1deb857b4..58e2b303389e6 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + 0 diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml index 51c92524b1b0c..19d1d7af6e89d 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml @@ -6,16 +6,16 @@ */ --> - - - 0 - - - - - 1 - - - - + + + 0 + + + + + 1 + + + + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml index 2603f1744ddf7..7b32b49f08cbf 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml @@ -6,10 +6,10 @@ */ --> - - - custom_admin - - - + + + custom_admin + + + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml index 47c30567f6530..076ffd57e2ea7 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml @@ -6,21 +6,21 @@ */ --> - - - custom_admin_with_default_role - role::role_sales - 123123q - 0 - - sales - - admin/user - - - - - - - + + + custom_admin_with_default_role + role::role_sales + 123123q + 0 + + sales + + admin/user + + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml index d4d4cf7a2b5f2..eb93fccd2510f 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml @@ -6,14 +6,14 @@ */ --> - + custom_admin_with_default_role NewAdminRole%isolation% - - - - + + + + default @@ -24,11 +24,11 @@ sales catalog/product - - - - - + + + + + diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml index e0e508624a640..927c27352c8d2 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_admin_with_default_role AdminRole%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml index 87c86e00b7317..eeca93f1d33ff 100644 --- a/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml @@ -7,8 +7,7 @@ --> - - MAGETWO-12444 – Use USPS Online Shipping Carrier on Checkout as a Registered Customer + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login default diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml index 1ab6be548ce32..0d002279be7cf 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml @@ -6,26 +6,26 @@ */ --> - - - variableCode%isolation% - variableName%isolation% - <h1>variableName%isolation%</h1> - <p>variablePlainText%isolation%</p> - - - - - - - variableCode%isolation% - variableName%isolation% - <p>variableName%isolation%</p> - variablePlainText%isolation% - - - - - - + + + variableCode%isolation% + variableName%isolation% + <h1>variableName%isolation%</h1> + <p>variablePlainText%isolation%</p> + + + + + + + variableCode%isolation% + variableName%isolation% + <p>variableName%isolation%</p> + variablePlainText%isolation% + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml index c96b314bf81d6..db854d1f02c6b 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml @@ -6,11 +6,11 @@ */ --> - - - - - - - + + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml index ff4b66e36407a..fce0c4dac81c4 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml @@ -6,51 +6,51 @@ */ --> - - - variableCode%isolation% - variableName%isolation% - No - <h1>variableName%isolation%</h1> - save - - - - - - - variableCode%isolation% - variableName%isolation% - No - <p>variablePlainText%isolation%</p> - saveAndContinue - - - - - - - variableCode%isolation% - variableName%isolation% - No - <h1>variableName%isolation%</h1> - <p>variablePlainText%isolation%</p> - saveAndContinue - - - - - - - variableCode%isolation% - variableName%isolation% - No - <h1>variableName%isolation%</h1> - <p>variablePlainText%isolation%</p> - save - - - - - + + + variableCode%isolation% + variableName%isolation% + No + <h1>variableName%isolation%</h1> + save + + + + + + + variableCode%isolation% + variableName%isolation% + No + <p>variablePlainText%isolation%</p> + saveAndContinue + + + + + + + variableCode%isolation% + variableName%isolation% + No + <h1>variableName%isolation%</h1> + <p>variablePlainText%isolation%</p> + saveAndContinue + + + + + + + variableCode%isolation% + variableName%isolation% + No + <h1>variableName%isolation%</h1> + <p>variablePlainText%isolation%</p> + save + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml b/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml index 3d728677044f7..66c834712eb1a 100644 --- a/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml +++ b/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml @@ -6,206 +6,206 @@ */ --> - - - Check not taxed FPT display set to Excluding, Description and Including FPT on product with custom option catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_excl - with_custom_option_and_fpt - 70.00 - 10.00 - 80.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 118.25 - 10.00 - - - - Check not taxed FPT display set to Including FPT and Description on product with custom option catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_incl, display_including_tax - with_custom_option_and_fpt - 80.00 - 10.00 - 100.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 118.25 - 10.00 - - - - Check not taxed FPT display set to Excluding, Description and Including FPT on product with special price catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_incl, display_including_tax - with_special_price_and_fpt - 110.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 118.25 - 10.00 - - - - Check not taxed FPT display set to Including FPT and Description on product with special price catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_excl, - with_special_price_and_fpt - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 118.25 - 10.00 - - - - Check taxed FPT display set to Excluding, Description and Including FPT on product with with custom option catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_excl - with_custom_option_and_fpt - 70.00 - 10.00 - 80.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 119.08 - 10.00 - - - - Check taxed FPT display set to Including FPT and Description on product with with custom option catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_incl, display_including_tax - with_custom_option_and_fpt - 80.00 - 10.00 - 100.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 119.08 - 10.00 - - - - Check taxed FPT display set to Excluding, Description and Including FPT on product with special price catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_incl, display_including_tax - with_special_price_and_fpt - 110.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 110.00 - 10.00 - 119.08 - 10.00 - - - - Check taxed FPT display set to Including FPT and Description on product with special price catalog price Excluding Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_excl - with_special_price_and_fpt - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 100.00 - 10.00 - 110.00 - 119.08 - 10.00 - - - - Check taxed FPT display set to Excluding, Description and Including FPT on product with with special price and catalog price Including Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_excl - with_special_price_and_fpt - 82.38 - 10.00 - 92.38 - 82.38 - 10.00 - 92.38 - 92.38 - 9.24 - 101.62 - 92.38 - 9.24 - 101.62 - 110.00 - 10.00 - - - - Check taxed FPT display set to Including FPT and Description on product with with special price and catalog price Including Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_incl, display_including_tax - with_special_price_and_fpt - 92.38 - 10.00 - 92.38 - 10.00 - 101.62 - 9.24 - 101.62 - 9.24 - 110.00 - 10.00 - - - - Check taxed FPT display set to Excluding, Description and Including FPT on product with with custom option and catalog price Including Tax - shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_excl - with_custom_option_and_fpt - 54.67 - 10.00 - 64.67 - 82.38 - 10.00 - 92.38 - 92.38 - 9.24 - 101.62 - 92.38 - 9.24 - 101.62 - 110.00 - 10.00 - - - + + + Check not taxed FPT display set to Excluding, Description and Including FPT on product with custom option catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_excl + with_custom_option_and_fpt + 70.00 + 10.00 + 80.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 118.25 + 10.00 + + + + Check not taxed FPT display set to Including FPT and Description on product with custom option catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_incl, display_including_tax + with_custom_option_and_fpt + 80.00 + 10.00 + 100.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 118.25 + 10.00 + + + + Check not taxed FPT display set to Excluding, Description and Including FPT on product with special price catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_incl, display_including_tax + with_special_price_and_fpt + 110.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 118.25 + 10.00 + + + + Check not taxed FPT display set to Including FPT and Description on product with special price catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_excl, + with_special_price_and_fpt + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 118.25 + 10.00 + + + + Check taxed FPT display set to Excluding, Description and Including FPT on product with with custom option catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_excl + with_custom_option_and_fpt + 70.00 + 10.00 + 80.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 119.08 + 10.00 + + + + Check taxed FPT display set to Including FPT and Description on product with with custom option catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_incl, display_including_tax + with_custom_option_and_fpt + 80.00 + 10.00 + 100.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 119.08 + 10.00 + + + + Check taxed FPT display set to Excluding, Description and Including FPT on product with special price catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_incl, display_including_tax + with_special_price_and_fpt + 110.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 110.00 + 10.00 + 119.08 + 10.00 + + + + Check taxed FPT display set to Including FPT and Description on product with special price catalog price Excluding Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_excl_disc_on_excl + with_special_price_and_fpt + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 100.00 + 10.00 + 110.00 + 119.08 + 10.00 + + + + Check taxed FPT display set to Excluding, Description and Including FPT on product with with special price and catalog price Including Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_excl + with_special_price_and_fpt + 82.38 + 10.00 + 92.38 + 82.38 + 10.00 + 92.38 + 92.38 + 9.24 + 101.62 + 92.38 + 9.24 + 101.62 + 110.00 + 10.00 + + + + Check taxed FPT display set to Including FPT and Description on product with with special price and catalog price Including Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_incl, display_including_tax + with_special_price_and_fpt + 92.38 + 10.00 + 92.38 + 10.00 + 101.62 + 9.24 + 101.62 + 9.24 + 110.00 + 10.00 + + + + Check taxed FPT display set to Excluding, Description and Including FPT on product with with custom option and catalog price Including Tax + shipping_tax_class_taxable_goods,tax_with_fpt_taxed_cat_incl_disc_on_excl + with_custom_option_and_fpt + 54.67 + 10.00 + 64.67 + 82.38 + 10.00 + 92.38 + 92.38 + 9.24 + 101.62 + 92.38 + 9.24 + 101.62 + 110.00 + 10.00 + + + diff --git a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml index 6dcb9ed3fabd1..9889ceae512a5 100644 --- a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cmsStaticBlock CMS Static Block diff --git a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml index 45b95a8fc947c..2f06838c31988 100644 --- a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_page_link diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml index 8b9d67b714f35..59270bfc1f799 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml index 6c3f3a5e70ac8..15836e8ac768a 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::product_100_dollar 2 diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml index 0c7a970f47d1b..3ec14bebe3385 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml index 835509955c51d..569afb6539ddc 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml index f36241e81ab40..15fc8705eb76d 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml index c3db15162274b..aa4beb8f48e77 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::product_100_dollar,catalogProductVirtual::product_50_dollar diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml index 2fa8830049e34..81532eede3d63 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml @@ -6,46 +6,46 @@ */ --> - - - catalogProductSimple::default - - - - - - catalogProductVirtual::default - - - - - - downloadableProduct::with_two_separately_links - - - - - - - configurableProduct::default - - - - - - - bundleProduct::bundle_dynamic_product - - - - - - - bundleProduct::bundle_fixed_product - - - - - - + + + catalogProductSimple::default + + + + + + catalogProductVirtual::default + + + + + + downloadableProduct::with_two_separately_links + + + + + + + configurableProduct::default + + + + + + + bundleProduct::bundle_dynamic_product + + + + + + + bundleProduct::bundle_fixed_product + + + + + + diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml index 8dd654cf89bbd..dde502cf1bde4 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + JohnDoe123456789@example.com,JohnDoe987654321@example.com,JohnDoe123456abc@example.com Sharing message. diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml index 144d6a838c0d9..67ba2896a1121 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option From 517860ae67b71647f59b1a4f36f082d44312f879 Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Tue, 4 Aug 2015 10:08:17 +0300 Subject: [PATCH 3/6] MAGETWO-35722: Magento\Sales\Test\TestCase\CreateOrderBackendTest randomly failed --- .../app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml index 5fd3348a6ff24..89fe3da5cb49c 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml @@ -129,7 +129,7 @@ - test_type:acceptance_test, stable:no + test_type:acceptance_test MAGETWO-12520 - Create Order for New Customer in Admin with Offline Payment Method catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option us_ca_ny_rule From 9c3013b7cfafd03cdd2191be56376abc4e1059be Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Tue, 4 Aug 2015 11:50:48 +0300 Subject: [PATCH 4/6] MTA-2538: Add zephyrId and summary attributes to test case xml files - CR Changes --- dev/tests/functional/composer.json | 2 +- .../Test/TestCase/OnePageCheckoutTest.xml | 2 +- .../Test/TestCase/CacheManagementTest.xml | 2 +- .../Test/TestCase/GlobalSearchEntityTest.xml | 2 +- .../Backend/Test/TestCase/NavigateMenuTest.xml | 10 +++++----- .../TestCase/CreateBundleProductEntityTest.xml | 6 +++--- .../TestCase/UpdateBundleProductEntityTest.xml | 6 +++--- .../Category/CreateCategoryEntityTest.xml | 6 +++--- .../Category/DeleteCategoryEntityTest.xml | 2 +- .../Category/UpdateCategoryEntityTest.xml | 2 +- .../Product/AddToCartCrossSellTest.xml | 2 +- .../Product/CreateSimpleProductEntityTest.xml | 18 +++++++++--------- .../Product/CreateVirtualProductEntityTest.xml | 4 ++-- .../Product/DuplicateProductEntityTest.xml | 2 +- .../TestCase/Product/MassProductUpdateTest.xml | 2 +- .../Product/NavigateRelatedProductsTest.xml | 2 +- .../Product/NavigateUpSellProductsTest.xml | 2 +- .../ProductTypeSwitchingOnCreationTest.xml | 2 +- .../ProductTypeSwitchingOnUpdateTest.xml | 2 +- .../Product/UpdateSimpleProductEntityTest.xml | 8 ++++---- .../Product/UpdateVirtualProductEntityTest.xml | 2 +- .../Product/ValidateOrderOfProductTypeTest.xml | 2 +- .../CreateAttributeSetEntityTest.xml | 2 +- ...oductAttributeEntityFromProductPageTest.xml | 2 +- .../CreateProductAttributeEntityTest.xml | 2 +- ...eAssignedToTemplateProductAttributeTest.xml | 2 +- .../DeleteAttributeSetTest.xml | 2 +- .../DeleteProductAttributeEntityTest.xml | 2 +- .../DeleteSystemProductAttributeTest.xml | 2 +- ...eUsedInConfigurableProductAttributeTest.xml | 2 +- .../UpdateAttributeSetTest.xml | 2 +- .../UpdateProductAttributeEntityTest.xml | 2 +- .../ApplySeveralCatalogPriceRuleEntityTest.xml | 2 +- .../CreateCatalogPriceRuleEntityTest.xml | 2 +- .../Test/TestCase/CreateCatalogRuleTest.xml | 4 ++-- .../DeleteCatalogPriceRuleEntityTest.xml | 2 +- .../UpdateCatalogPriceRuleEntityTest.xml | 2 +- .../Test/TestCase/AdvancedSearchEntityTest.xml | 4 ++-- .../TestCase/CreateSearchTermEntityTest.xml | 2 +- .../TestCase/DeleteSearchTermEntityTest.xml | 2 +- .../MassDeleteSearchTermEntityTest.xml | 2 +- .../Test/TestCase/SearchEntityResultsTest.xml | 4 ++-- .../SuggestSearchingResultEntityTest.xml | 2 +- .../TestCase/UpdateSearchTermEntityTest.xml | 2 +- .../AddProductsToShoppingCartEntityTest.xml | 2 +- .../DeleteProductFromMiniShoppingCartTest.xml | 2 +- .../DeleteProductsFromShoppingCartTest.xml | 2 +- ...teProductFromMiniShoppingCartEntityTest.xml | 2 +- .../Test/TestCase/UpdateShoppingCartTest.xml | 2 +- .../Test/TestCase/CreateTermEntityTest.xml | 2 +- .../Test/TestCase/DeleteTermEntityTest.xml | 2 +- .../Test/TestCase/UpdateTermEntityTest.xml | 2 +- .../Test/TestCase/CreateCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/CreateCmsPageEntityTest.xml | 4 ++-- .../CreateCmsPageRewriteEntityTest.xml | 2 +- .../Test/TestCase/DeleteCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/DeleteCmsPageEntityTest.xml | 2 +- .../DeleteCmsPageUrlRewriteEntityTest.xml | 2 +- .../Test/TestCase/UpdateCmsBlockEntityTest.xml | 2 +- .../Test/TestCase/UpdateCmsPageEntityTest.xml | 2 +- .../UpdateCmsPageRewriteEntityTest.xml | 2 +- .../CreateConfigurableProductEntityTest.xml | 6 +++--- .../UpdateConfigurableProductEntityTest.xml | 4 ++-- .../TestCase/EditCurrencySymbolEntityTest.xml | 2 +- .../TestCase/ResetCurrencySymbolEntityTest.xml | 2 +- .../Customer/Test/TestCase/ApplyVatIdTest.xml | 6 +++--- .../TestCase/ChangeCustomerPasswordTest.xml | 2 +- .../CreateCustomerBackendEntityTest.xml | 4 ++-- .../TestCase/CreateCustomerGroupEntityTest.xml | 2 +- .../CreateExistingCustomerFrontendEntity.xml | 2 +- .../TestCase/DeleteCustomerAddressTest.xml | 2 +- .../DeleteCustomerBackendEntityTest.xml | 2 +- .../TestCase/DeleteCustomerGroupEntityTest.xml | 2 +- .../TestCase/ForgotPasswordOnFrontendTest.xml | 2 +- .../TestCase/MassAssignCustomerGroupTest.xml | 2 +- .../MassDeleteCustomerBackendEntityTest.xml | 2 +- .../RegisterCustomerFrontendEntityTest.xml | 4 ++-- .../UpdateCustomerBackendEntityTest.xml | 2 +- .../UpdateCustomerFrontendEntityTest.xml | 4 ++-- .../TestCase/UpdateCustomerGroupEntityTest.xml | 2 +- .../Dhl/Test/TestCase/OnePageCheckoutTest.xml | 2 +- .../Test/TestCase/CreateCurrencyRateTest.xml | 2 +- .../CreateDownloadableProductEntityTest.xml | 4 ++-- .../Test/TestCase/TaxCalculationTest.xml | 12 ++++++------ .../UpdateDownloadableProductEntityTest.xml | 2 +- .../Test/TestCase/OnePageCheckoutTest.xml | 2 +- .../TestCase/CheckoutWithGiftMessagesTest.xml | 2 +- .../CreateGroupedProductEntityTest.xml | 4 ++-- .../UpdateGroupedProductEntityTest.xml | 2 +- .../Install/Test/TestCase/InstallTest.xml | 2 +- .../TestCase/ActivateIntegrationEntityTest.xml | 2 +- .../TestCase/CreateIntegrationEntityTest.xml | 2 +- .../TestCase/DeleteIntegrationEntityTest.xml | 2 +- .../ReAuthorizeTokensIntegrationEntityTest.xml | 2 +- .../TestCase/UpdateIntegrationEntityTest.xml | 2 +- .../Test/TestCase/FilterProductListTest.xml | 2 +- .../Msrp/Test/TestCase/ApplyMapTest.xml | 6 +++--- .../ActionNewsletterTemplateEntityTest.xml | 2 +- .../CreateNewsletterTemplateEntityTest.xml | 2 +- .../TestCase/UpdateNewsletterTemplateTest.xml | 2 +- .../ExpressCheckoutFromProductPageTest.xml | 4 ++-- .../ExpressCheckoutFromShoppingCartTest.xml | 4 ++-- .../TestCase/ExpressCheckoutOnePageTest.xml | 8 ++++---- .../AbandonedCartsReportEntityTest.xml | 2 +- .../BestsellerProductsReportEntityTest.xml | 2 +- .../CustomerReviewReportEntityTest.xml | 2 +- .../CustomersOrderCountReportEntityTest.xml | 2 +- .../CustomersOrderTotalReportEntityTest.xml | 2 +- .../DownloadProductsReportEntityTest.xml | 2 +- .../LowStockProductsReportEntityTest.xml | 2 +- .../TestCase/NewAccountsReportEntityTest.xml | 2 +- .../OrderedProductsReportEntityTest.xml | 2 +- .../TestCase/ProductReviewReportEntityTest.xml | 2 +- .../ProductsInCartReportEntityTest.xml | 2 +- .../TestCase/SalesCouponReportEntityTest.xml | 2 +- .../TestCase/SalesInvoiceReportEntityTest.xml | 2 +- .../TestCase/SalesOrderReportEntityTest.xml | 2 +- .../TestCase/SalesRefundsReportEntityTest.xml | 2 +- .../Test/TestCase/SalesTaxReportEntityTest.xml | 2 +- .../TestCase/SearchTermsReportEntityTest.xml | 2 +- .../ViewedProductsReportEntityTest.xml | 2 +- .../TestCase/CreateProductRatingEntityTest.xml | 2 +- .../CreateProductReviewBackendEntityTest.xml | 2 +- .../CreateProductReviewFrontendEntityTest.xml | 4 ++-- .../TestCase/DeleteProductRatingEntityTest.xml | 2 +- ...ManageProductReviewFromCustomerPageTest.xml | 2 +- .../MassActionsProductReviewEntityTest.xml | 2 +- .../ModerateProductReviewEntityTest.xml | 2 +- ...ateProductReviewEntityOnProductPageTest.xml | 2 +- .../TestCase/UpdateProductReviewEntityTest.xml | 2 +- .../TestCase/AssignCustomOrderStatusTest.xml | 2 +- .../Test/TestCase/CancelCreatedOrderTest.xml | 2 +- .../TestCase/CreateCreditMemoEntityTest.xml | 2 +- .../CreateCustomOrderStatusEntityTest.xml | 2 +- .../Test/TestCase/CreateInvoiceEntityTest.xml | 2 +- .../Test/TestCase/CreateOrderBackendTest.xml | 6 +++--- .../Test/TestCase/HoldCreatedOrderTest.xml | 2 +- .../Test/TestCase/MassOrdersUpdateTest.xml | 2 +- .../MoveLastOrderedProductsOnOrderPageTest.xml | 2 +- .../MoveProductsInComparedOnOrderPageTest.xml | 2 +- ...RecentlyComparedProductsOnOrderPageTest.xml | 2 +- ...veRecentlyViewedProductsOnOrderPageTest.xml | 2 +- ...MoveShoppingCartProductsOnOrderPageTest.xml | 2 +- .../TestCase/PrintOrderFrontendGuestTest.xml | 2 +- .../Test/TestCase/ReorderOrderEntityTest.xml | 2 +- .../TestCase/UnassignCustomOrderStatusTest.xml | 2 +- .../TestCase/UpdateCustomOrderStatusTest.xml | 2 +- .../TestCase/CreateSalesRuleEntityTest.xml | 2 +- .../TestCase/DeleteSalesRuleEntityTest.xml | 2 +- .../TestCase/UpdateSalesRuleEntityTest.xml | 2 +- .../Test/TestCase/CreateShipmentEntityTest.xml | 2 +- .../Test/TestCase/CreateSitemapEntityTest.xml | 2 +- .../Test/TestCase/DeleteSitemapEntityTest.xml | 2 +- .../Test/TestCase/CreateStoreEntityTest.xml | 4 ++-- .../TestCase/CreateStoreGroupEntityTest.xml | 2 +- .../Test/TestCase/CreateWebsiteEntityTest.xml | 2 +- .../Test/TestCase/DeleteStoreEntityTest.xml | 2 +- .../TestCase/DeleteStoreGroupEntityTest.xml | 2 +- .../Test/TestCase/DeleteWebsiteEntityTest.xml | 2 +- .../Test/TestCase/UpdateStoreEntityTest.xml | 2 +- .../TestCase/UpdateStoreGroupEntityTest.xml | 2 +- .../Test/TestCase/UpdateWebsiteEntityTest.xml | 2 +- .../Test/TestCase/ApplyTaxBasedOnVatIdTest.xml | 4 ++-- .../Test/TestCase/CreateTaxRateEntityTest.xml | 2 +- .../Test/TestCase/CreateTaxRuleEntityTest.xml | 4 ++-- .../Test/TestCase/DeleteTaxRateEntityTest.xml | 2 +- .../Test/TestCase/DeleteTaxRuleEntityTest.xml | 2 +- .../Tax/Test/TestCase/TaxCalculationTest.xml | 2 +- .../Test/TestCase/TaxWithCrossBorderTest.xml | 2 +- .../Test/TestCase/UpdateTaxRateEntityTest.xml | 2 +- .../Test/TestCase/UpdateTaxRuleEntityTest.xml | 2 +- .../Ups/Test/TestCase/OnePageCheckoutTest.xml | 2 +- .../CreateCategoryRewriteEntityTest.xml | 4 ++-- .../CreateProductUrlRewriteEntityTest.xml | 4 ++-- .../DeleteCategoryUrlRewriteEntityTest.xml | 2 +- .../DeleteCustomUrlRewriteEntityTest.xml | 2 +- .../DeleteProductUrlRewriteEntityTest.xml | 2 +- .../UpdateCategoryUrlRewriteEntityTest.xml | 2 +- .../UpdateCustomUrlRewriteEntityTest.xml | 2 +- .../UpdateProductUrlRewriteEntityTest.xml | 2 +- .../TestCase/CreateAdminUserEntityTest.xml | 2 +- .../TestCase/CreateAdminUserRoleEntityTest.xml | 2 +- .../TestCase/DeleteAdminUserEntityTest.xml | 2 +- .../Test/TestCase/DeleteUserRoleEntityTest.xml | 2 +- ...llAccessTokensForAdminWithoutTokensTest.xml | 2 +- .../TestCase/UpdateAdminUserEntityTest.xml | 2 +- .../TestCase/UpdateAdminUserRoleEntityTest.xml | 2 +- .../UserLoginAfterChangingPermissionsTest.xml | 2 +- .../Usps/Test/TestCase/OnePageCheckoutTest.xml | 2 +- .../CreateCustomVariableEntityTest.xml | 2 +- .../DeleteCustomVariableEntityTest.xml | 2 +- .../UpdateCustomVariableEntityTest.xml | 2 +- .../Test/TestCase/CreateTaxWithFptTest.xml | 2 +- .../Test/TestCase/CreateWidgetEntityTest.xml | 2 +- .../Test/TestCase/DeleteWidgetEntityTest.xml | 2 +- .../AddProductToWishlistEntityTest.xml | 2 +- ...oCartFromCustomerWishlistOnFrontendTest.xml | 2 +- ...eProductInCustomerWishlistOnBackendTest.xml | 2 +- ...ProductInCustomerWishlistOnFrontendTest.xml | 2 +- ...roductFromCustomerWishlistOnBackendTest.xml | 2 +- ...eleteProductsFromWishlistOnFrontendTest.xml | 2 +- ...veProductFromShoppingCartToWishlistTest.xml | 2 +- .../Test/TestCase/ShareWishlistEntityTest.xml | 2 +- ...wProductInCustomerWishlistOnBackendTest.xml | 2 +- 204 files changed, 260 insertions(+), 260 deletions(-) diff --git a/dev/tests/functional/composer.json b/dev/tests/functional/composer.json index 89375e97f2d39..572551710da93 100644 --- a/dev/tests/functional/composer.json +++ b/dev/tests/functional/composer.json @@ -1,6 +1,6 @@ { "require": { - "magento/mtf": "1.0.0-rc29", + "magento/mtf": "1.0.0-rc31", "php": "~5.5.0|~5.6.0", "phpunit/phpunit": "4.1.0", "phpunit/phpunit-selenium": ">=1.2", diff --git a/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml index 3fd349214dffd..1ccc6bde71ecf 100644 --- a/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Authorizenet/Test/TestCase/OnePageCheckoutTest.xml @@ -7,7 +7,7 @@ --> - + catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product us_ca_ny_rule default diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml index 538c59c0ff8e8..e970b3f71fa54 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/CacheManagementTest.xml @@ -6,7 +6,7 @@ */ --> - + Flush Catalog Images Cache The image cache was cleaned. diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml index 68c5c4a12173a..c4341095b42b3 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/GlobalSearchEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + search with 2 sign return no results :) diff --git a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml index e303d03716cbe..2d40229a0ae3a 100644 --- a/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml +++ b/dev/tests/functional/tests/app/Magento/Backend/Test/TestCase/NavigateMenuTest.xml @@ -6,29 +6,29 @@ */ --> - + Dashboard Dashboard - Content > Schedule + Content > Schedule Store Design Schedule - Stores > All Stores + Stores > All Stores Stores - Stores > Configuration + Stores > Configuration Configuration - System > Cache Management + System > Cache Management Cache Management diff --git a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml index c5a779f1728da..9ab9547c3f7e0 100644 --- a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/CreateBundleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create default bundle with dynamic options bundle-product-%isolation% @@ -305,7 +305,7 @@ bundle_default - + bundle-product-%isolation% Bundle Fixed %isolation% Fixed @@ -325,7 +325,7 @@ - + bundle-product-%isolation% Bundle Dynamic %isolation% sku_bundle_dynamic_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml index 78fe6f0a197ac..30dd9d43f4032 100644 --- a/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Bundle/Test/TestCase/UpdateBundleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update dynamic bundle product bundle_dynamic_product @@ -54,7 +54,7 @@ - + bundle_fixed_with_category bundle-product-%isolation% bundle_fixed_%isolation% @@ -64,7 +64,7 @@ - + bundle_dynamic_with_category bundle-product-%isolation% bundle_dynamic_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml index d97631d54c47e..b451af75a7f14 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/CreateCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create root category with required fields addRootCategory @@ -129,7 +129,7 @@ - + addSubcategory default_category Subcategory%isolation% @@ -140,7 +140,7 @@ - + addSubcategory default_category Subcategory%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml index 1373b436a7719..49f21093d7749 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/DeleteCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + root_category diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml index e8cbe4b2c15cf..2c108c67f3975 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default_category Name%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml index db2082b091b88..5076ba24529e2 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/AddToCartCrossSellTest.xml @@ -6,7 +6,7 @@ */ --> - + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price simple1:simple2,config1;config1:simple2 diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml index 16d0195c378e1..95424b11ab403 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with custom options(fixed price) simple-product-%isolation% @@ -336,7 +336,7 @@ - + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -352,7 +352,7 @@ - + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -368,7 +368,7 @@ - + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -384,7 +384,7 @@ - + display_out_of_stock simple-product-%isolation% Simple Product %isolation% @@ -397,7 +397,7 @@ - + yes default_subcategory simple%isolation% @@ -408,7 +408,7 @@ - + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -422,7 +422,7 @@ - + simple-product-%isolation% Simple Product %isolation% simple_sku_%isolation% @@ -439,7 +439,7 @@ - + MAGETWO-12914: Create Simple Product with Advanced Inventory and Assign It to the Category simple-product-%isolation% Simple Product %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml index 9072007a7f797..df25c659478dd 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateVirtualProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with required fields virtual-product-%isolation% @@ -114,7 +114,7 @@ - + MAGETWO-13593: Create Virtual Product with Required Fields Only and Assign It to the Category virtual-product-%isolation% VirtualProduct %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml index b7fcbc780d2c1..b3af096fe26f7 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/DuplicateProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml index 57f82d6859b1e..0c7b9c6361cf3 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/MassProductUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + product_flat simple_10_dollar diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml index 0866ae4a6a73e..0aa50ceb34175 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateRelatedProductsTest.xml @@ -6,7 +6,7 @@ */ --> - + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price simple1:yes,simple2:yes,config1:no diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml index bba07a6f82aba..2bd34a3049393 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/NavigateUpSellProductsTest.xml @@ -6,7 +6,7 @@ */ --> - + simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price simple1:simple2,config1;config1:simple2 diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml index 007c7be778e2f..4076448bedfd9 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnCreationTest.xml @@ -6,7 +6,7 @@ */ --> - + simple configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml index 0a507bf7f02b4..212547792595d 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ProductTypeSwitchingOnUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml index 8a89f0d9cdd35..082ba4df4ab88 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update visibility to Catalog, Search product_with_category @@ -117,7 +117,7 @@ - + product_with_category default Test simple product %isolation% @@ -127,9 +127,9 @@ - + product_with_category - - + - test_type:acceptance_test diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml index 0605287c1d812..f1b1517bda524 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateVirtualProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + VirtualProduct %isolation% virtual_sku_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml index a743a17376268..cd8faa0b30ff5 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/ValidateOrderOfProductTypeTest.xml @@ -6,7 +6,7 @@ */ --> - + Simple Product Virtual Product diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml index 64db6db3a980a..68b4d38d82e36 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateAttributeSetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + ProductTemplate%isolation% default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml index f92ad27a4efef..007e25239d731 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityFromProductPageTest.xml @@ -6,7 +6,7 @@ */ --> - + Text_Field_Admin_%isolation% Text Field diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml index a553074c925ef..dddf9ffac8f5f 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/CreateProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set Text_Field_Admin_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml index 19ef345569584..75b7694459abb 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAssignedToTemplateProductAttributeTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set attribute_type_dropdown diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml index b95740d2e9649..b4e1608eef6ac 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteAttributeSetTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set default diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml index ad6f449ab0aaa..f56d5871a6383 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + attribute_type_text_field diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml index dcc429f69fca8..f87a15b8a68bb 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteSystemProductAttributeTest.xml @@ -6,7 +6,7 @@ */ --> - + news_from_date Yes diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml index 98734f60fbb78..417981728f219 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/DeleteUsedInConfigurableProductAttributeTest.xml @@ -6,7 +6,7 @@ */ --> - + one_variation diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml index 33286d99cd5b6..7a24dab724395 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateAttributeSetTest.xml @@ -6,7 +6,7 @@ */ --> - + ProductTemplateEdit1%isolation% Custom-group%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml index e18906cebebfc..11b2cbcd6b5c0 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_attribute_set attribute_type_text_field diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml index 2567b9822f931..64f30b2324086 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/ApplySeveralCatalogPriceRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalog_price_rule_priority_0 - diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml index 153ec7857e6d8..4df5d75c7c0d7 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogPriceRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + CatalogPriceRule %isolation% Catalog Price Rule Description diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml index 883078393ae91..22858b8d189c4 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.xml @@ -6,7 +6,7 @@ */ --> - + MAGETWO-23036 rule_name%isolation% @@ -27,7 +27,7 @@ - + customer_with_new_customer_group simple_10_dollar rule_name%isolation% diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml index 9e45a58405515..5a39558a81bc8 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/DeleteCatalogPriceRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_catalog_price_rule_with_conditions diff --git a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml index f557034098342..cefdf5d1f59ca 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/UpdateCatalogPriceRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_catalog_price_rule_with_conditions New Catalog Price Rule Name %isolation% diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml index 7af7b7744a2a1..06d89946b5e1f 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/AdvancedSearchEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + Yes - abc_dfj diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml index d8785916f3594..29fb9ee53b0fc 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/CreateSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::sku Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml index 045ca0d2813a0..bf457cb2ecaac 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/DeleteSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml index c86d53c37e3c6..dd1256b01001b 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/MassDeleteSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogSearchQuery::default,catalogSearchQuery::default,catalogSearchQuery::default diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml index cba89b24afd0c..42ffc74b8e4e2 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SearchEntityResultsTest.xml @@ -6,8 +6,8 @@ */ --> - - + + catalogProductSimple::default::sku test_type:acceptance_test diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml index 52ddf3c13a777..e3ffd99e81658 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/SuggestSearchingResultEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::name - diff --git a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml index 9037cd4c7ba7c..df19b793b0b22 100644 --- a/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CatalogSearch/Test/TestCase/UpdateSearchTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::sku Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml index 915493c317083..9e388b13f7aad 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/AddProductsToShoppingCartEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + bundleProduct::bundle_dynamic_product 200 diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml index 535010d70f80c..98d785de10362 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductFromMiniShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + delete Simple catalogProductSimple::default, catalogProductVirtual::default diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml index e1b649ff453fc..da531b20e2a10 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/DeleteProductsFromShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + bundleProduct::bundle_dynamic_product diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml index 3613669a89595..06d7a080176c9 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateProductFromMiniShoppingCartEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update Simple catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml index a02c2cb0ec4b3..dfcdfdb8eb51f 100644 --- a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/UpdateShoppingCartTest.xml @@ -6,7 +6,7 @@ */ --> - + default 100 diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml index 4397390d2a870..3e75280fc8e24 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/CreateTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create enabled term entity with text value catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml index 7037ed845bd46..7a61003a2adcc 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default term_enabled_text diff --git a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml index b2f6c1b18eb7e..0bec3febf340d 100644 --- a/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/UpdateTermEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default term_disabled_text diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml index ed585262e8dac..abe4422c76608 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + block_%isolation% identifier_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml index 0b775f74aab81..1aea9fc16cdf4 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + cmsPage NewCmsPage%isolation% identifier-%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml index 13655f2b1edc0..95b1b92a09c63 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + For CMS page cms/page/view/page_id/%cmsPage::default% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml index 1d38f3d58eb8d..83599017a86e3 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml index 977bbe03bf139..29f93ba8346c0 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml index b9750e8f73691..8b515d1f73f7b 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/DeleteCmsPageUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_default_no_redirect diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml index edd6a2e472beb..18c160b5d56c6 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsBlockEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + block_updated_%isolation% identifier_updated_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml index dfde8b9ce9cb7..2608c569307d5 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + CmsPageEdited%isolation% Disabled diff --git a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml index 4663bd6913e59..cbf7996745dba 100644 --- a/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/UpdateCmsPageRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_default_no_redirect Main Website/Main Website Store/%default% diff --git a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml index 460a60f4ee68f..7a9f3c67c7e7f 100644 --- a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/CreateConfigurableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product with category and two new options configurable-product-%isolation% @@ -95,7 +95,7 @@ - + configurable-product-%isolation% two_options_with_fixed_price Configurable Product %isolation% @@ -110,7 +110,7 @@ - + two_searchable_options Configurable Product %isolation% 100 diff --git a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml index 266c3ae2f8189..543ffade21f0b 100644 --- a/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/TestCase/UpdateConfigurableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Add new option to existed Attribute addOptions @@ -99,7 +99,7 @@ - + addOptions configurableProduct::two_options_with_fixed_price configurable-product-%isolation% diff --git a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml index f9948a24853b6..74deaa94258b7 100644 --- a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencySymbolEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + config_currency_symbols_usd_and_uah UAH diff --git a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml index 7bf0559813ef4..86f93d7091d2c 100644 --- a/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/ResetCurrencySymbolEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + config_currency_symbols_usd_and_uah currency_symbols_uah diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml index ef851751ac280..97700c49fc5c2 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ApplyVatIdTest.xml @@ -6,8 +6,8 @@ */ --> - - + + enable_VAT_on_frontend store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_1_default_billing_address @@ -17,7 +17,7 @@ - + enable_VAT_on_frontend store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_1_default_billing_address diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml index 75a2ca473e740..9c2439d849a77 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ChangeCustomerPasswordTest.xml @@ -6,7 +6,7 @@ */ --> - + default 123123q diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml index e892a18a48eaa..8bb140e3b58ac 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + General customer without address save @@ -135,7 +135,7 @@ - + saveAndContinue Main Website General diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml index e50c797f63f0d..b50e80215cceb 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + retail_customer GroupName%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml index feb3ef13a02fd..08af0a568a63a 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerFrontendEntity.xml @@ -6,7 +6,7 @@ */ --> - + john doe diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml index 944d18f84af48..721939a001bcc 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerAddressTest.xml @@ -6,7 +6,7 @@ */ --> - + default US_address_default_billing,US_address_NY_default_no diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml index d821389187117..d8bf230a019d8 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml index 2939900039faa..633fce26e0a2b 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/DeleteCustomerGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml index 18895bb638e9b..555516e13e03e 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/ForgotPasswordOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + customer_US diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml index e52ecf59af256..1b553852f3b64 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassAssignCustomerGroupTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml index f8a599c54f3be..175bdb45787d1 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/MassDeleteCustomerBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default 3 diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml index ea1d868dfcc73..ba55d1feb8d4f 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/RegisterCustomerFrontendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Register new customer john @@ -31,7 +31,7 @@ - + john doe johndoe%isolation%@example.com diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml index e5510271cb27a..afe288811e96d 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default Wholesale diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml index 21707a651f0a2..8d70104f70ab7 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update customer information and add US address Jany %isolation% @@ -64,7 +64,7 @@ - + - - - diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml index c79dee2aab5a0..be6e1da65889b 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + stable:no retail_customer diff --git a/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml index 6b812b8bc8d77..a6daf3cbaf38f 100644 --- a/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Dhl/Test/TestCase/OnePageCheckoutTest.xml @@ -7,7 +7,7 @@ --> - + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login customer_DE diff --git a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml index 9aab3fce06f9b..2643cc80cd0b1 100644 --- a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.xml @@ -6,7 +6,7 @@ */ --> - + USD EUR diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml index 4e0d8358ae660..67da232884b05 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/CreateDownloadableProductEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + DownloadableProduct_%isolation% DownloadableProduct_%isolation% 1 diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml index e4e278a086f8b..d1bc12b23b8e5 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/TaxCalculationTest.xml @@ -7,7 +7,7 @@ --> - + total_cat_excl_ship_incl_after_disc_on_incl, display_excluding_including_tax downloadableProduct::with_two_separately_links_special_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -33,7 +33,7 @@ - + total_cat_excl_ship_incl_after_disc_on_incl, display_including_tax downloadableProduct::with_two_separately_links_special_price_and_category catalog_price_rule_all_groups @@ -52,7 +52,7 @@ - + total_cat_excl_ship_incl_after_disc_on_incl downloadableProduct::with_two_separately_links_group_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -72,7 +72,7 @@ - + total_cat_incl_ship_excl_before_disc_on_excl, display_excluding_including_tax downloadableProduct::with_two_separately_links_custom_options_and_category catalog_price_rule_all_groups @@ -96,7 +96,7 @@ - + total_cat_incl_ship_excl_before_disc_on_excl, display_including_tax downloadableProduct::with_two_separately_links_group_price_and_category active_sales_rule_for_all_groups_no_coupon @@ -117,7 +117,7 @@ - + total_cat_incl_ship_excl_before_disc_on_excl downloadableProduct::with_two_separately_links_custom_options_and_category catalog_price_rule_all_groups diff --git a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml index add9c0474310d..e1a51bf8cc9d5 100644 --- a/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Downloadable/Test/TestCase/UpdateDownloadableProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + DownloadableProduct_%isolation% DownloadableProduct_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml index 8e1c6069b0e83..2e0864df7daba 100644 --- a/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Fedex/Test/TestCase/OnePageCheckoutTest.xml @@ -23,7 +23,7 @@ - + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login customer_DE diff --git a/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml b/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml index 5c662f4816abe..1aa0128c20a6b 100644 --- a/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml +++ b/dev/tests/functional/tests/app/Magento/GiftMessage/Test/TestCase/CheckoutWithGiftMessagesTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default, catalogProductVirtual::default default diff --git a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml index 9596c031ab44a..008eda5b50abe 100644 --- a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/CreateGroupedProductEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + test-grouped-product-%isolation% GroupedProduct %isolation% GroupedProduct_sku%isolation% diff --git a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml index 4d122e228b0ac..69429bb460683 100644 --- a/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/GroupedProduct/Test/TestCase/UpdateGroupedProductEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + grouped_product_out_of_stock GroupedProduct_edited %isolation% diff --git a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml index e9476bd3a4df2..c3b207ff397ba 100644 --- a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml +++ b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml @@ -6,7 +6,7 @@ */ --> - + Install with default values. default diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml index 0edb824b9a47b..2883b55c0001b 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ActivateIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default_with_all_resources 1 diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml index f8be9243adcbe..1ac9ad966192f 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/CreateIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Integration%isolation% test@example.com diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml index f4a0b85e17e09..13408a7723d17 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/DeleteIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml index 802e06ae7e633..5856f551e0e3b 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/ReAuthorizeTokensIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Re-authorize integration diff --git a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml index 923dcd9b4ab9c..3fcffcea48a2e 100644 --- a/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Integration/Test/TestCase/UpdateIntegrationEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Integration_%isolation% - diff --git a/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml b/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml index cb56d82c3b51a..b178d01a41ced 100644 --- a/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml +++ b/dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/TestCase/FilterProductListTest.xml @@ -6,7 +6,7 @@ */ --> - + layered_navigation_manual_range_10 default_anchor_subcategory diff --git a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml index 3274e12aeda9f..60c1a4aea38d5 100644 --- a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml +++ b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml @@ -6,13 +6,13 @@ */ --> - - + + - + configurableProduct::msrp_on_gesture_one_variation test_type:acceptance_test diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml index 63dc7719de29d..7415048e6f87e 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/ActionNewsletterTemplateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default Preview diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml index f1ec538b32248..0504baea935d3 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/CreateNewsletterTemplateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + TemplateName%isolation% TemplateSubject%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml index 0e56998fa43b0..900664b0ced53 100644 --- a/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Newsletter/Test/TestCase/UpdateNewsletterTemplateTest.xml @@ -6,7 +6,7 @@ */ --> - + TemplateName%isolation% TemplateSubject%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml index 5b81604ff2c62..f54b7ec49b63a 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml @@ -6,8 +6,8 @@ */ --> - - + + catalogProductSimple::simple_10_dollar us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml index 2a8fb5d451a5e..ff3026f814cbe 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml @@ -6,8 +6,8 @@ */ --> - - + + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml index 9eeade097cdfb..b879a84567a1c 100644 --- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml @@ -6,8 +6,8 @@ */ --> - - + + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default @@ -33,7 +33,7 @@ - + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default @@ -60,7 +60,7 @@ - + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option, bundleProduct::fixed_100_dollar_with_required_options us_ca_ny_rule sandbox_us_default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml index bdabce6d3faa9..135e3157aaddf 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/AbandonedCartsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + add product to cart as registered user and check product in Report default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml index 4ebabe2dfe809..188a1fcc73c65 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/BestsellerProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + simple_big_qty Year diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml index 9f5b696a023c2..79462fb7edbc1 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomerReviewReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Yes default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml index 0c766fa4591ed..5be46083fc23a 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderCountReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default,virtual_product m/d/Y diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml index e3dce9659abd1..756ed43014428 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/CustomersOrderTotalReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default,virtual_product m/d/Y -2 days diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml index b6263253ff561..0435788de25f6 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/DownloadProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + downloadable_product 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml index 2144872079ac5..f6cdc43fa6365 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/LowStockProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + low_stock_product diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml index ae80905c26eff..9b7e010c231ab 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NewAccountsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml index c81bcb943e66e..f6efeb5249660 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/OrderedProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default m/d/Y diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml index d1699b9e30bc2..84bbe65a60686 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductReviewReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + frontend_review diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml index 9ce12c8b32f5d..fe316ddc6c56e 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ProductsInCartReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml index 2eae78459352c..0273a8c9aa015 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesCouponReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + with_coupon Order Created diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml index dd0f295022fe4..86fa43cb74be7 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml index 5446ff0f50a06..97e487c49ec12 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesOrderReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml index 4310ec38c7dbc..0f166af14f1e3 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesRefundsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + assert refunds year report default diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml index 964239960b279..97de951a01d26 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesTaxReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + - custom_rule diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml index 9740718bc59fb..65de8ec4120da 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SearchTermsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + product_with_url_key 1 diff --git a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml index f94f9d58c1852..00c840de3f9a8 100644 --- a/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/ViewedProductsReportEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + View products on front and verify they all reflected in Year report. 1, 1 diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml index 268bc90ff86df..b78052474965e 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductRatingEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + productRating_%isolation% Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml index 3ad697928e826..02ffaf5567341 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewBackendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml index 1f01270813fe7..20ab36167e10d 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/CreateProductReviewFrontendEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Create product review with rating Guest @@ -21,7 +21,7 @@ - + Guest name_%isolation% title_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml index 8c61d39224a38..7a00ffc1bd953 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/DeleteProductRatingEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml index fa249e77a4464..423edf1dd429c 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ManageProductReviewFromCustomerPageTest.xml @@ -6,7 +6,7 @@ */ --> - + Approved name_upd_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml index 590d56433977c..203ca402a40dd 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/MassActionsProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Update Status Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml index 2b5fcda6dc167..1a6f243f8d45b 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/ModerateProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + frontend_review Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml index 367e117d95bef..95748f6e8fe43 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityOnProductPageTest.xml @@ -6,7 +6,7 @@ */ --> - + 3 Approved diff --git a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml index 18a30800ac21c..4b3e8bc7c70f2 100644 --- a/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Review/Test/TestCase/UpdateProductReviewEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + review_for_simple_product_with_rating name_upd_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml index df829cf8e6a24..2a903cc57c275 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + Pending No diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml index 750b8a3aa6469..e92727ca3b641 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CancelCreatedOrderTest.xml @@ -6,7 +6,7 @@ */ --> - + cancel order and check status on storefront default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml index febfb926e0f39..62c109cd37eaf 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCreditMemoEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Assert items return to stock (partial refund) Yes diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml index 7636b31e7585b..fe778af4ad3ae 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateCustomOrderStatusEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + order_status%isolation% orderLabel%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml index ceca3cf78d01f..c757211c062d2 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default full_invoice diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml index d12d4a7bd1e16..c20618bec2fa2 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateOrderBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + Create order with simple product for registered US customer using Fixed shipping method and Cash on Delivery payment method catalogProductSimple::default @@ -110,7 +110,7 @@ - + catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option us_ca_ny_rule default @@ -127,7 +127,7 @@ - + test_type:acceptance_test, stable:no catalogProductSimple::simple_10_dollar, configurableProduct::with_one_option us_ca_ny_rule diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml index 990523e15604c..8413f6d6fe687 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/HoldCreatedOrderTest.xml @@ -6,7 +6,7 @@ */ --> - + hold order and check status in my account on storefront default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml index 171b50a67cdd2..f84925e802289 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MassOrdersUpdateTest.xml @@ -6,7 +6,7 @@ */ --> - + cancel orders in status Pending and Processing - diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml index 9337cb63ba887..facb72b9d3086 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveLastOrderedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + default catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml index 73a9e99e08bbd..fd66961ecdb57 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveProductsInComparedOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default,catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml index b1ef12637cdfc..b37eb5a0a491d 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyComparedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default,catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml index a0119c0aade74..e1636e2a4dcb5 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveRecentlyViewedProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml index b70ef3ff83187..c82da591595d3 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/MoveShoppingCartProductsOnOrderPageTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml index 940352d6d9d14..efc3083fc09fc 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/PrintOrderFrontendGuestTest.xml @@ -6,7 +6,7 @@ */ --> - + johndoe_with_addresses diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml index 6e4ba069e138e..fb43e4a85b4c9 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/ReorderOrderEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Reorder placed order (update products, billing address). two_simple_product diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml index aad93923eabe4..bb42c923240b4 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UnassignCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + unassign order status assign_to_pending diff --git a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml index e11381d3220a0..75a5ba5d0f522 100644 --- a/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/UpdateCustomOrderStatusTest.xml @@ -6,7 +6,7 @@ */ --> - + change status label to existed default diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml index e020b390b9f43..67409f5619716 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/CreateSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Cart Price Rule1 %isolation% Cart Price Rule Description %isolation% diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml index 66f7662e8d20d..7724553992ed2 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/DeleteSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_sales_rule_with_percent_price_discount_coupon diff --git a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml index 4da9c0f03fa1b..f60b42e37b489 100644 --- a/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/SalesRule/Test/TestCase/UpdateSalesRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + active_sales_rule_with_complex_conditions {Conditions combination:[[Shipping Method|is|\[flatrate\] Fixed][Shipping Postcode|is|95814][Shipping State/Province|is|California][Shipping Country|is|United States]]} diff --git a/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml b/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml index 727623484b7a1..b7dc30138fb1e 100644 --- a/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Shipping/Test/TestCase/CreateShipmentEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + shipment with tracking number default diff --git a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml index 6a7667cb22cd4..1933ca9c1e2dc 100644 --- a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/CreateSitemapEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + sitemap.xml / diff --git a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml index ecda50c9d0aea..6f8c0a03b4931 100644 --- a/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Sitemap/Test/TestCase/DeleteSitemapEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml index 32b3268d16fb2..f63e832542c55 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default store_name_%isolation% @@ -40,7 +40,7 @@ - + default DE_%isolation% de_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml index ed03b6de5179f..c418406575f7f 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateStoreGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + main_website store_name_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml index 8e99cd51f7290..10939e5e09b99 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/CreateWebsiteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + website_%isolation% code_%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml index 52d6769a72490..9ddd015bbeefc 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom Yes diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml index e8fc21091806c..bbb2df385d6f9 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom Yes diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml index bf25766226fa6..ef232c93f9e83 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteWebsiteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_website Yes diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml index 1a97398eb2904..61610fd99f9a2 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom default diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml index bcd524a99db3b..30ef7d42ad8a0 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreGroupEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom main_website diff --git a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml index ec37f24369405..e8e3bb24de32f 100644 --- a/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateWebsiteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_website website_upd%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml index ca8d299bd41e9..c54201720c84b 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.xml @@ -6,8 +6,8 @@ */ --> - - + + enable_VAT_on_frontend default_tax_configuration, flatrate, checkmo, store_information_DE_with_VAT, enable_VAT_on_frontend customer_UK_address_with_VAT diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml index 5f16f5ae12145..10d2b40096edb 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + TaxIdentifier%isolation% No diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml index 1082eca99986b..57b329960716e 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + TaxIdentifier%isolation% US-CA-Rate_1 @@ -59,7 +59,7 @@ - + TaxIdentifier%isolation% US-CA-*-Rate 1 us_ny_rate_8_1 diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml index e450808baf67d..97fc53d1f1dc2 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml index 4bc12b57e380b..764de0a2f82c9 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/DeleteTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + tax_rule_with_custom_tax_classes United States diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml index 12a8d83dfc0a4..6d1481e76ef1d 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.xml @@ -6,7 +6,7 @@ */ --> - + Simple product tier price with sales rule, customer tax equals store tax and catalog price including tax shipping_tax_class_taxable_goods, row_cat_incl_ship_excl_after_disc_on_excl, display_excluding_including_tax diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml index 454c31d390804..9cf0c91cd7942 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxWithCrossBorderTest.xml @@ -6,7 +6,7 @@ */ --> - + with_one_custom_option_and_category cross_border_enabled_price_incl_tax, display_excluding_including_tax diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml index 319d87d9bd1d3..43f606890a405 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRateEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default TaxIdentifier%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml index 56ad0ddf4036d..befb10d7fcaff 100644 --- a/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + tax_rule_default New Tax Rule name%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml index c6eca778815b1..6af15ad6834b3 100644 --- a/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Ups/Test/TestCase/OnePageCheckoutTest.xml @@ -7,7 +7,7 @@ --> - + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login default diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml index 3a7e73a775898..5bb11bd4cdfdd 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateCategoryRewriteEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + For category Main Website/Main Website Store/Default Store View cat%isolation%-redirect.html diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml index c2c9a9f8ae41f..13dff8ccafd13 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductUrlRewriteEntityTest.xml @@ -6,8 +6,8 @@ */ --> - - + + For product product_with_category Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml index 42718e66442e9..8da7c632c02b1 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCategoryUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalog/category/view/id/%category::default% No diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml index c691e49ade226..d9fe096f0e617 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteCustomUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml index 117f2933841b0..3e3a3be043027 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/DeleteProductUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default_without_target product/%catalogProductSimple::product_100_dollar% diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml index 81a07d0b30533..97a8ec6d7faa4 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCategoryUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + Main Website/Main Website Store/Default Store View default_subcategory diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml index 74fcbc31e5d71..0822336772a3b 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateCustomUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + default Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml index 899323451787f..e792404aa7964 100644 --- a/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/UpdateProductUrlRewriteEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + product/%catalogProductSimple::product_100_dollar% Main Website/Main Website Store/Default Store View diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml index 004d20d4b66b7..983f313280bf6 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + AdminUser%isolation% FirstName%isolation% diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml index 6534425bb54c8..81709d3c94330 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/CreateAdminUserRoleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + AdminRole%isolation% Custom diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml index 58e2b303389e6..9ee5cb299553f 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteAdminUserEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + 0 diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml index 19d1d7af6e89d..1282ab08ee7bb 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/DeleteUserRoleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + 0 diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml index 7b32b49f08cbf..bf96ba6073af0 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/RevokeAllAccessTokensForAdminWithoutTokensTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_admin diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml index 076ffd57e2ea7..c9215a570474f 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_admin_with_default_role role::role_sales diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml index eb93fccd2510f..b40c82dd47718 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UpdateAdminUserRoleEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_admin_with_default_role NewAdminRole%isolation% diff --git a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml index 927c27352c8d2..e30ab98183576 100644 --- a/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml +++ b/dev/tests/functional/tests/app/Magento/User/Test/TestCase/UserLoginAfterChangingPermissionsTest.xml @@ -6,7 +6,7 @@ */ --> - + custom_admin_with_default_role AdminRole%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml index eeca93f1d33ff..acef9337057ab 100644 --- a/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml +++ b/dev/tests/functional/tests/app/Magento/Usps/Test/TestCase/OnePageCheckoutTest.xml @@ -7,7 +7,7 @@ --> - + catalogProductSimple::default, configurableProduct::default, bundleProduct::bundle_fixed_product login default diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml index 0d002279be7cf..098bbaca12000 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/CreateCustomVariableEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + variableCode%isolation% variableName%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml index db854d1f02c6b..690279ca2979a 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/DeleteCustomVariableEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + diff --git a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml index fce0c4dac81c4..3d89e62238be1 100644 --- a/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + variableCode%isolation% variableName%isolation% diff --git a/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml b/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml index 66c834712eb1a..5e3c1447ed7df 100644 --- a/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml +++ b/dev/tests/functional/tests/app/Magento/Weee/Test/TestCase/CreateTaxWithFptTest.xml @@ -6,7 +6,7 @@ */ --> - + Check not taxed FPT display set to Excluding, Description and Including FPT on product with custom option catalog price Excluding Tax shipping_tax_class_taxable_goods,tax_with_fpt_cat_excl_disc_on_excl diff --git a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml index 9889ceae512a5..bf8319e96f7bf 100644 --- a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/CreateWidgetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cmsStaticBlock CMS Static Block diff --git a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml index 2f06838c31988..b5511ec50f802 100644 --- a/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Widget/Test/TestCase/DeleteWidgetEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + cms_page_link diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml index 59270bfc1f799..5c7405bf20343 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductToWishlistEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml index 15836e8ac768a..1b4a83c706c7d 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::product_100_dollar 2 diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml index 3ec14bebe3385..15415308eb5e5 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml index 569afb6539ddc..a03f3426ebf32 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ConfigureProductInCustomerWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml index 15fc8705eb76d..dd4ca934cc2c0 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductFromCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + configurableProduct::default diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml index aa4beb8f48e77..755834e73b5f1 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/DeleteProductsFromWishlistOnFrontendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::product_100_dollar,catalogProductVirtual::product_50_dollar diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml index 81532eede3d63..e07708cc20907 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::default diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml index dde502cf1bde4..a5f55ef8840ef 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.xml @@ -6,7 +6,7 @@ */ --> - + JohnDoe123456789@example.com,JohnDoe987654321@example.com,JohnDoe123456abc@example.com Sharing message. diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml index 67ba2896a1121..5dde5727868c5 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ViewProductInCustomerWishlistOnBackendTest.xml @@ -6,7 +6,7 @@ */ --> - + catalogProductSimple::with_two_custom_option From 07eceee58d4a3b22edb1131e92c29b29a73b7997 Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Tue, 4 Aug 2015 14:50:14 +0300 Subject: [PATCH 5/6] MTA-2538: Add zephyrId and summary attributes to test case xml files - Fixed fatal error with OnePageCheckout --- .../Checkout/Test/TestCase/OnePageCheckoutTest.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.xml diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.xml new file mode 100644 index 0000000000000..582997ee52ca1 --- /dev/null +++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/TestCase/OnePageCheckoutTest.xml @@ -0,0 +1,12 @@ + + + + + + + From 2f478980fab8ca7d2eb7658ffc3f204aaf3c888d Mon Sep 17 00:00:00 2001 From: Dmytro Aponasenko Date: Thu, 6 Aug 2015 14:24:16 +0300 Subject: [PATCH 6/6] MTA-2538 Add zephyrId and summary attributes to test case xml files --- .../tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml index 60c1a4aea38d5..c145f5c93a989 100644 --- a/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml +++ b/dev/tests/functional/tests/app/Magento/Msrp/Test/TestCase/ApplyMapTest.xml @@ -8,6 +8,7 @@ + catalogProductSimple::msrp_on_gesture