Skip to content

Commit ecaa3b7

Browse files
🔃 [Magento Community Engineering] Community Contributions
Accepted Community Pull Requests: - #27118: FIX #27117 Invalid functional Test names (by @lbajsarowicz) Fixed GitHub Issues: - #27117: MFTF: Test names are not following Best Practices (`Test` suffix) (reported by @lbajsarowicz) has been fixed in #27118 by @lbajsarowicz in 2.4-develop branch Related commits: 1. b6b69a6 2. da8dfc2 3. 4f2da6f 4. 1045eb8 5. db38991
2 parents c4c29b3 + a7c6bc4 commit ecaa3b7

File tree

55 files changed

+94
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+94
-94
lines changed

app/code/Magento/Braintree/Test/Mftf/Test/CreateAnAdminOrderUsingBraintreePaymentTest1.xml renamed to app/code/Magento/Braintree/Test/Mftf/Test/CreateAnAdminOrderUsingBraintreePaymentTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="CreateAnAdminOrderUsingBraintreePaymentTest1">
11+
<test name="CreateAnAdminOrderUsingBraintreePaymentTest1Test">
1212
<annotations>
1313
<features value="Backend"/>
1414
<stories value="Creation an admin order using Braintree payment"/>

app/code/Magento/Braintree/Test/Mftf/Test/CretateAdminOrderWithOnlinePaymentIncludingTaxAndDiscount.xml renamed to app/code/Magento/Braintree/Test/Mftf/Test/CretateAdminOrderWithOnlinePaymentIncludingTaxAndDiscountTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="CreateAdminOrderPayedWithOnlinePaymentIncludingTaxAndDiscount">
11+
<test name="CreateAdminOrderPayedWithOnlinePaymentIncludingTaxAndDiscountTest">
1212
<annotations>
1313
<features value="Braintree"/>
1414
<stories value="Get access to a New Credit Memo Page from Invoice for Order payed with online payment via Admin"/>

app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProduct.xml renamed to app/code/Magento/Bundle/Test/Mftf/Test/AdminDeleteABundleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminDeleteABundleProduct">
11+
<test name="AdminDeleteABundleProductTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Admin list bundle products"/>

app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProduct.xml renamed to app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminFilterProductListByBundleProduct">
11+
<test name="AdminFilterProductListByBundleProductTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Admin list bundle products"/>

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGrid.xml renamed to app/code/Magento/Bundle/Test/Mftf/Test/StorefrontBundleProductShownInCategoryListAndGridTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontBundleProductShownInCategoryListAndGrid">
11+
<test name="StorefrontBundleProductShownInCategoryListAndGridTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Bundle products list on Storefront"/>

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontCheckBundleProductOptionTierPrices.xml renamed to app/code/Magento/Bundle/Test/Mftf/Test/StorefrontCheckBundleProductOptionTierPricesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontCheckBundleProductOptionTierPrices">
11+
<test name="StorefrontCheckBundleProductOptionTierPricesTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="View bundle products"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontGoToDetailsPageWhenAddingToCart">
11+
<test name="StorefrontGoToDetailsPageWhenAddingToCartTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Bundle products list on Storefront"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<scrollToTopOfPage stepKey="ScrollToTop"/>
6666
<click selector="{{CaptchaFormsDisplayingSection.captcha}}" stepKey="ClickToCloseCaptcha"/>
6767
</test>
68-
<test name="CaptchaWithDisabledGuestCheckout">
68+
<test name="CaptchaWithDisabledGuestCheckoutTest">
6969
<annotations>
7070
<features value="Captcha"/>
7171
<stories value="MC-5602 - CAPTCHA doesn't appear in login popup after refreshing page."/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminChangeProductAttributeSet.xml renamed to app/code/Magento/Catalog/Test/Mftf/Test/AdminChangeProductAttributeSetTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminChangeProductAttributeSet">
10+
<test name="AdminChangeProductAttributeSetTest">
1111
<annotations>
1212
<features value="Checkout"/>
1313
<stories value="The required product attribute is not displayed when change attribute set"/>
@@ -49,7 +49,7 @@
4949
<actionGroup ref="ClearProductsFilterActionGroup" stepKey="clearProductsFilter"/>
5050

5151
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
52-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
52+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
5353
</after>
5454

5555
<actionGroup ref="SearchForProductOnBackendActionGroup" stepKey="searchForSimpleProduct">

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithProductsGridFilter.xml renamed to app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithProductsGridFilterTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminCreateCategoryWithProductsGridFilter">
10+
<test name="AdminCreateCategoryWithProductsGridFilterTest">
1111
<annotations>
1212
<stories value="Create categories"/>
1313
<title value="Apply category products grid filter"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSet.xml renamed to app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductCustomAttributeSetTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminCreateProductCustomAttributeSet">
11+
<test name="AdminCreateProductCustomAttributeSetTest">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Add/Update attribute set"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminProductCustomURLKeyPreservedWhenAssignedToCategoryWithoutCustomURLKey">
11+
<test name="AdminProductCustomURLKeyPreservedWhenAssignedToCategoryWithoutCustomURLKeyTest">
1212
<annotations>
1313
<stories value="Product"/>
1414
<features value="Catalog"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminVerifyProductOrder">
11+
<test name="AdminVerifyProductOrderTest">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Verify Product Order"/>

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontProductNameWithDoubleQuote.xml renamed to app/code/Magento/Catalog/Test/Mftf/Test/StorefrontProductNameWithDoubleQuoteTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontProductNameWithDoubleQuote">
11+
<test name="StorefrontProductNameWithDoubleQuoteTest">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Create products"/>
@@ -66,7 +66,7 @@
6666
</actionGroup>
6767
</test>
6868

69-
<test name="StorefrontProductNameWithHTMLEntities">
69+
<test name="StorefrontProductNameWithHTMLEntitiesTest">
7070
<annotations>
7171
<features value="Catalog"/>
7272
<stories value="Create product"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontPurchaseProductWithCustomOptionsWithLongValuesTitle">
11+
<test name="StorefrontPurchaseProductWithCustomOptionsWithLongValuesTitleTest">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Custom options"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4848
</after>
4949
</test>
50-
<test name="Verifydefaultcontrolsonproductshortdescription">
50+
<test name="VerifydefaultcontrolsonproductshortdescriptionTest">
5151
<annotations>
5252
<features value="Catalog"/>
5353
<stories value="Default toolbar configuration in Magento-MAGETWO-70412"/>

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="QuickSearchProductBySku">
11+
<test name="QuickSearchProductBySkuTest">
1212
<annotations>
1313
<stories value="Search Product on Storefront"/>
1414
<title value="User should be able to use Quick Search to find products"/>
@@ -41,7 +41,7 @@
4141
<argument name="productUrlKey" value="$createSimpleProduct.custom_attributes[url_key]$"/>
4242
</actionGroup>
4343
</test>
44-
<test name="QuickSearchProductByName" extends="QuickSearchProductBySku">
44+
<test name="QuickSearchProductByNameTest" extends="QuickSearchProductBySkuTest">
4545
<annotations>
4646
<stories value="Search Product on Storefront"/>
4747
<title value="User should be able to use Quick Search to find products via Name"/>
@@ -56,7 +56,7 @@
5656
<argument name="phrase" value="$createSimpleProduct.name$"/>
5757
</actionGroup>
5858
</test>
59-
<test name="QuickSearchProductByNameWithSpecialChars" extends="QuickSearchProductBySku">
59+
<test name="QuickSearchProductByNameWithSpecialCharsTest" extends="QuickSearchProductBySkuTest">
6060
<annotations>
6161
<stories value="Search Product on Storefront"/>
6262
<title value="Quick Search can find products with names that contain special characters"/>
@@ -76,7 +76,7 @@
7676
<argument name="phrase" value="$createSimpleProduct.name$"/>
7777
</actionGroup>
7878
</test>
79-
<test name="QuickSearchEmptyResults">
79+
<test name="QuickSearchEmptyResultsTest">
8080
<annotations>
8181
<features value="CatalogSearch"/>
8282
<stories value="Search Product on Storefront"/>
@@ -109,7 +109,7 @@
109109
<actionGroup ref="StorefrontCheckSearchIsEmptyActionGroup" stepKey="checkEmpty"/>
110110
</test>
111111

112-
<test name="QuickSearchWithTwoCharsEmptyResults" extends="QuickSearchEmptyResults">
112+
<test name="QuickSearchWithTwoCharsEmptyResultsTest" extends="QuickSearchEmptyResultsTest">
113113
<annotations>
114114
<features value="CatalogSearch"/>
115115
<stories value="Search Product on Storefront"/>
@@ -143,7 +143,7 @@
143143
</actionGroup>
144144
</test>
145145

146-
<test name="QuickSearchProductByNameWithThreeLetters" extends="QuickSearchProductBySku">
146+
<test name="QuickSearchProductByNameWithThreeLettersTest" extends="QuickSearchProductBySkuTest">
147147
<annotations>
148148
<stories value="Search Product on Storefront"/>
149149
<title value="User should be able to use Quick Search to find products by their first three letters"/>
@@ -159,7 +159,7 @@
159159
<argument name="phrase" value="{$getFirstThreeLetters}"/>
160160
</actionGroup>
161161
</test>
162-
<test name="QuickSearchProductBy128CharQuery" extends="QuickSearchProductBySku">
162+
<test name="QuickSearchProductBy128CharQueryTest" extends="QuickSearchProductBySkuTest">
163163
<annotations>
164164
<stories value="Search Product on Storefront"/>
165165
<title value="User should be able to use Quick Search product with long names, using first 128 letters"/>
@@ -180,7 +180,7 @@
180180
</actionGroup>
181181
</test>
182182

183-
<test name="QuickSearchTwoProductsWithSameWeight">
183+
<test name="QuickSearchTwoProductsWithSameWeightTest">
184184
<annotations>
185185
<stories value="Search Product on Storefront"/>
186186
<title value="Quick Search should sort products with the same weight appropriately"/>
@@ -263,7 +263,7 @@
263263
<argument name="index" value="1"/>
264264
</actionGroup>
265265
</test>
266-
<test name="QuickSearchTwoProductsWithDifferentWeight" extends="QuickSearchTwoProductsWithSameWeight">
266+
<test name="QuickSearchTwoProductsWithDifferentWeightTest" extends="QuickSearchTwoProductsWithSameWeightTest">
267267
<annotations>
268268
<stories value="Search Product on Storefront"/>
269269
<title value="Quick Search should sort products with the different weight appropriately"/>
@@ -293,7 +293,7 @@
293293
</actionGroup>
294294
</test>
295295

296-
<test name="QuickSearchAndAddToCart">
296+
<test name="QuickSearchAndAddToCartTest">
297297
<annotations>
298298
<stories value="Search Product on Storefront"/>
299299
<title value="User should be able to use Quick Search to find a simple product and add it to cart"/>
@@ -325,7 +325,7 @@
325325
<argument name="productName" value="$createSimpleProduct.name$"/>
326326
</actionGroup>
327327
</test>
328-
<test name="QuickSearchAndAddToCartVirtual">
328+
<test name="QuickSearchAndAddToCartVirtualTest">
329329
<annotations>
330330
<stories value="Search Product on Storefront"/>
331331
<title value="User should be able to use Quick Search to find a virtual product and add it to cart"/>
@@ -357,7 +357,7 @@
357357
<argument name="productName" value="$createVirtualProduct.name$"/>
358358
</actionGroup>
359359
</test>
360-
<test name="QuickSearchAndAddToCartConfigurable">
360+
<test name="QuickSearchAndAddToCartConfigurableTest">
361361
<annotations>
362362
<stories value="Search Product on Storefront"/>
363363
<title value="User should be able to use Quick Search to find a configurable product and add it to cart"/>
@@ -401,7 +401,7 @@
401401
<argument name="optionName" value="{{colorProductAttribute1.name}}"/>
402402
</actionGroup>
403403
</test>
404-
<test name="QuickSearchAndAddToCartDownloadable">
404+
<test name="QuickSearchAndAddToCartDownloadableTest">
405405
<annotations>
406406
<stories value="Search Product on Storefront"/>
407407
<title value="User should be able to use Quick Search to find a downloadable product and add it to cart"/>
@@ -438,7 +438,7 @@
438438
<argument name="productName" value="$createProduct.name$"/>
439439
</actionGroup>
440440
</test>
441-
<test name="QuickSearchAndAddToCartGrouped">
441+
<test name="QuickSearchAndAddToCartGroupedTest">
442442
<annotations>
443443
<stories value="Search Product on Storefront"/>
444444
<title value="User should be able to use Quick Search to find a grouped product and add it to cart"/>
@@ -475,7 +475,7 @@
475475
<argument name="productName" value="$createProduct.name$"/>
476476
</actionGroup>
477477
</test>
478-
<test name="QuickSearchAndAddToCartBundleDynamic">
478+
<test name="QuickSearchAndAddToCartBundleDynamicTest">
479479
<annotations>
480480
<stories value="Search Product on Storefront"/>
481481
<title value="User should be able to use Quick Search to find a Bundle Dynamic product and add it to cart"/>
@@ -531,7 +531,7 @@
531531
<argument name="productName" value="$createBundleProduct.name$"/>
532532
</actionGroup>
533533
</test>
534-
<test name="QuickSearchAndAddToCartBundleFixed">
534+
<test name="QuickSearchAndAddToCartBundleFixedTest">
535535
<annotations>
536536
<stories value="Search Product on Storefront"/>
537537
<title value="User should be able to use Quick Search to find a Bundle Fixed product and add it to cart"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="CheckCheckoutSuccessPageAsRegisterCustomer">
11+
<test name="CheckCheckoutSuccessPageAsRegisterCustomerTest">
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Success page elements are presented for placed order as Customer"/>
@@ -131,7 +131,7 @@
131131
<seeElement selector="{{StorefrontCustomerOrderViewSection.orderTitle}}" stepKey="seeOrderTitleOnPrint"/>
132132
<switchToWindow stepKey="switchToWindow2"/>
133133
</test>
134-
<test name="CheckCheckoutSuccessPageAsGuest">
134+
<test name="CheckCheckoutSuccessPageAsGuestTest">
135135
<annotations>
136136
<features value="Checkout"/>
137137
<stories value="Success page elements are presented for placed order as Guest"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="StorefrontCartItemsCountDisplayItemsQuantities">
10+
<test name="StorefrontCartItemsCountDisplayItemsQuantitiesTest">
1111
<annotations>
1212
<stories value="Checkout order summary has wrong item count"/>
1313
<title value="Checkout order summary has wrong item count - display items quantities"/>
@@ -57,7 +57,7 @@
5757
<argument name="itemsText" value="3 Items in Cart"/>
5858
</actionGroup>
5959
</test>
60-
<test name="StorefrontCartItemsCountDisplayUniqueItems" extends="StorefrontCartItemsCountDisplayItemsQuantities">
60+
<test name="StorefrontCartItemsCountDisplayUniqueItemsTest" extends="StorefrontCartItemsCountDisplayItemsQuantitiesTest">
6161
<annotations>
6262
<stories value="Checkout order summary has wrong item count"/>
6363
<title value="Checkout order summary has wrong item count - display unique items"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<waitForElementVisible selector="{{AdminEditCustomerOrdersSection.orderGrid}}" stepKey="waitForOrdersGridVisible"/>
8383
<see selector="{{AdminEditCustomerOrdersSection.orderGrid}}" userInput="$$createCustomer.firstname$$ $$createCustomer.lastname$$" stepKey="verifyOrder"/>
8484
</test>
85-
<test name="StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRates">
85+
<test name="StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRatesTest">
8686
<annotations>
8787
<features value="Checkout"/>
8888
<stories value="Customer checkout"/>
@@ -198,7 +198,7 @@
198198
<waitForPageLoad stepKey="waitForOrderSuccessPage2"/>
199199
<see selector="{{CheckoutSuccessMainSection.success}}" userInput="Your order number is:" stepKey="seeSuccessMessage2"/>
200200
</test>
201-
<test name="StorefrontCustomerCheckoutTestWithRestrictedCountriesForPayment">
201+
<test name="StorefrontCustomerCheckoutTestWithRestrictedCountriesForPaymentTest">
202202
<annotations>
203203
<features value="Checkout"/>
204204
<stories value="Checkout flow if payment solutions are not available"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<remove keyForRemoval="guestGoToCheckoutFromMinicart" />
9494
<actionGroup ref="GoToCheckoutFromCartActionGroup" stepKey="guestGoToCheckoutFromCart" after="seeCartQuantity" />
9595
</test>
96-
<test name="StorefrontGuestCheckoutTestWithRestrictedCountriesForPayment">
96+
<test name="StorefrontGuestCheckoutTestWithRestrictedCountriesForPaymentTest">
9797
<annotations>
9898
<features value="Checkout"/>
9999
<stories value="Checkout flow if payment solutions are not available"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StorefrontVerifySecureURLRedirectCheckout">
11+
<test name="StorefrontVerifySecureURLRedirectCheckoutTest">
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Cms/Test/Mftf/Test/StoreFrontMobileViewValidation.xml renamed to app/code/Magento/Cms/Test/Mftf/Test/StoreFrontMobileViewValidationTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="StoreFrontMobileViewValidation">
11+
<test name="StoreFrontMobileViewValidationTest">
1212
<annotations>
1313
<features value="Cms"/>
1414
<stories value="Mobile view page footer should stick to the bottom of page on Store front"/>

app/code/Magento/Config/Test/Mftf/Test/ConfigurationTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="VerifyAllowDynamicMediaURLsSettingIsRemoved">
11+
<test name="VerifyAllowDynamicMediaURLsSettingIsRemovedTest">
1212
<annotations>
1313
<features value="Backend"/>
1414
<stories value="Dynamic Media URL"/>

0 commit comments

Comments
 (0)