Skip to content

Commit b6b69a6

Browse files
committed
#27117 Add Test suffix for Test names (Assuming that filename is correct)
1 parent a3c2af0 commit b6b69a6

File tree

29 files changed

+57
-57
lines changed

29 files changed

+57
-57
lines changed

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/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/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/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"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductOutOfStockTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<see stepKey="checkForOutOfStock3" selector="{{StorefrontProductInfoMainSection.stockIndication}}" userInput="OUT OF STOCK"/>
135135
</test>
136136

137-
<test name="AdminConfigurableProductOutOfStockTestDeleteChildren">
137+
<test name="AdminConfigurableProductOutOfStockTestDeleteChildrenTest">
138138
<annotations>
139139
<features value="ConfigurableProduct"/>
140140
<stories value="Product visibility when in stock/out of stock"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/ProductsQtyReturnAfterOrderCancelTest.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="ProductsQtyReturnAfterOrderCancel">
11+
<test name="ProductsQtyReturnAfterOrderCancelTest">
1212

1313
<annotations>
1414
<features value="ConfigurableProduct"/>

app/code/Magento/Contact/Test/Mftf/Test/StorefrontVerifySecureURLRedirectContactTest.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="StorefrontVerifySecureURLRedirectContact">
11+
<test name="StorefrontVerifySecureURLRedirectContactTest">
1212
<annotations>
1313
<features value="Contact"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Customer/Test/Mftf/Test/ChangeCustomerGroupTest.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="ChangingSingleCustomerGroupViaGrid">
11+
<test name="ChangingSingleCustomerGroupViaGridTest">
1212
<annotations>
1313
<title value="DEPRECATED Change a single customer group via grid"/>
1414
<description value="From the selection of All Customers select a single customer to change their group"/>
@@ -61,7 +61,7 @@
6161
</actionGroup>
6262
</test>
6363

64-
<test name="ChangingAllCustomerGroupViaGrid" extends="ChangingSingleCustomerGroupViaGrid">
64+
<test name="ChangingAllCustomerGroupViaGridTest" extends="ChangingSingleCustomerGroupViaGridTest">
6565
<annotations>
6666
<title value="DEPRECATED Change all customers' group via grid"/>
6767
<description value="Select All customers to change their group"/>

app/code/Magento/Customer/Test/Mftf/Test/StorefrontVerifySecureURLRedirectCustomerTest.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="StorefrontVerifySecureURLRedirectCustomer">
11+
<test name="StorefrontVerifySecureURLRedirectCustomerTest">
1212
<annotations>
1313
<features value="Customer"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Downloadable/Test/Mftf/Test/StorefrontVerifySecureURLRedirectDownloadableTest.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="StorefrontVerifySecureURLRedirectDownloadable">
11+
<test name="StorefrontVerifySecureURLRedirectDownloadableTest">
1212
<annotations>
1313
<features value="Downloadable"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/GroupedProduct/Test/Mftf/Test/AdminGroupedProductsListTest.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="AdminGroupedProductsAreListedWhenOutOfStock">
11+
<test name="AdminGroupedProductsAreListedWhenOutOfStockTest">
1212
<annotations>
1313
<features value="GroupedProduct"/>
1414
<stories value="MAGETWO-93181: Grouped product doesn't take care about his Linked Products when SalableQuantity &lt; ProductLink.ExtensionAttributes.Qty after Source Deduction"/>

app/code/Magento/Multishipping/Test/Mftf/Test/StorefrontVerifySecureURLRedirectMultishippingTest.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="StorefrontVerifySecureURLRedirectMultishipping">
11+
<test name="StorefrontVerifySecureURLRedirectMultishippingTest">
1212
<!--todo MC-5858: some urls don't redirect to https-->
1313
<annotations>
1414
<features value="Multishipping"/>

app/code/Magento/Newsletter/Test/Mftf/Test/StorefrontVerifySecureURLRedirectNewsletterTest.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="StorefrontVerifySecureURLRedirectNewsletter">
11+
<test name="StorefrontVerifySecureURLRedirectNewsletterTest">
1212
<annotations>
1313
<features value="Newsletter"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontVerifySecureURLRedirectPaypalTest.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="StorefrontVerifySecureURLRedirectPaypal">
11+
<test name="StorefrontVerifySecureURLRedirectPaypalTest">
1212
<annotations>
1313
<features value="Paypal"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Review/Test/Mftf/Test/StorefrontVerifySecureURLRedirectReviewTest.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="StorefrontVerifySecureURLRedirectReview">
11+
<test name="StorefrontVerifySecureURLRedirectReviewTest">
1212
<annotations>
1313
<features value="Review"/>
1414
<stories value="Storefront Secure URLs"/>

app/code/Magento/Sales/Test/Mftf/Test/StorefrontVerifySecureURLRedirectSalesTest.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="StorefrontVerifySecureURLRedirectSales">
11+
<test name="StorefrontVerifySecureURLRedirectSalesTest">
1212
<annotations>
1313
<features value="Sales"/>
1414
<stories value="Storefront Secure URLs"/>

0 commit comments

Comments
 (0)