Skip to content

Commit da8dfc2

Browse files
committed
#27117 Fix invalid file names for Functional Tests
1 parent b6b69a6 commit da8dfc2

File tree

26 files changed

+37
-37
lines changed

26 files changed

+37
-37
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/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/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/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"/>
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="AdminProductBackRedirectNavigateFromCustomerViewCartProduct">
11+
<test name="AdminProductBackRedirectNavigateFromCustomerViewCartProductTest">
1212
<annotations>
1313
<features value="Customer"/>
1414
<stories value="Product Back Button"/>

app/code/Magento/Downloadable/Test/Mftf/Test/AdminCreateDownloadableProductWithTierPriceText.xml renamed to app/code/Magento/Downloadable/Test/Mftf/Test/AdminCreateDownloadableProductWithTierPriceTest.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="AdminCreateDownloadableProductWithTierPriceText" extends="AdminCreateDownloadableProductWithGroupPriceTest">
11+
<test name="AdminCreateDownloadableProductWithTierPriceTextTest" extends="AdminCreateDownloadableProductWithGroupPriceTest">
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Create Downloadable Product"/>

app/code/Magento/LayeredNavigation/Test/Mftf/Test/ShopByButtonInMobile.xml renamed to app/code/Magento/LayeredNavigation/Test/Mftf/Test/ShopByButtonInMobileTest.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="ShopByButtonInMobile">
11+
<test name="ShopByButtonInMobileTest">
1212
<annotations>
1313
<features value="Layered Navigation"/>
1414
<stories value="Storefront Shop By collapsible button in mobile themes"/>

app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsConflictResolutionForPayPal.xml renamed to app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsConflictResolutionForPayPalTest.xml

Lines changed: 6 additions & 6 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="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
11+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
1212
<annotations>
1313
<features value="PayPal"/>
1414
<stories value="Payment methods"/>
@@ -73,7 +73,7 @@
7373
<argument name="countryCode" value="gb"/>
7474
</actionGroup>
7575
</test>
76-
<test name="AdminConfigPaymentsConflictResolutionForPayPalInJapan" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
76+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInJapanTest" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
7777
<annotations>
7878
<features value="PayPal"/>
7979
<stories value="Payment methods"/>
@@ -113,7 +113,7 @@
113113
<argument name="countryCode" value="jp"/>
114114
</actionGroup>
115115
</test>
116-
<test name="AdminConfigPaymentsConflictResolutionForPayPalInFrance" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
116+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInFranceTest" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
117117
<annotations>
118118
<features value="PayPal"/>
119119
<stories value="Payment methods"/>
@@ -153,7 +153,7 @@
153153
<argument name="countryCode" value="fr"/>
154154
</actionGroup>
155155
</test>
156-
<test name="AdminConfigPaymentsConflictResolutionForPayPalInHongKong" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
156+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInHongKongTest" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
157157
<annotations>
158158
<features value="PayPal"/>
159159
<stories value="Payment methods"/>
@@ -193,7 +193,7 @@
193193
<argument name="countryCode" value="hk"/>
194194
</actionGroup>
195195
</test>
196-
<test name="AdminConfigPaymentsConflictResolutionForPayPalInItaly" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
196+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInItalyTest" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
197197
<annotations>
198198
<features value="PayPal"/>
199199
<stories value="Payment methods"/>
@@ -233,7 +233,7 @@
233233
<argument name="countryCode" value="it"/>
234234
</actionGroup>
235235
</test>
236-
<test name="AdminConfigPaymentsConflictResolutionForPayPalInSpain" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdom">
236+
<test name="AdminConfigPaymentsConflictResolutionForPayPalInSpainTest" extends="AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest">
237237
<annotations>
238238
<features value="PayPal"/>
239239
<stories value="Payment methods"/>

app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsSectionState.xml renamed to app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsSectionStateTest.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="AdminConfigPaymentsSectionState">
11+
<test name="AdminConfigPaymentsSectionStateTest">
1212
<annotations>
1313
<features value="PayPal"/>
1414
<stories value="Payment methods"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminChangeCustomerGroupInNewOrder.xml renamed to app/code/Magento/Sales/Test/Mftf/Test/AdminChangeCustomerGroupInNewOrderTest.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="AdminChangeCustomerGroupInNewOrder">
11+
<test name="AdminChangeCustomerGroupInNewOrderTest">
1212
<annotations>
1313
<title value="Customer account group cannot be selected while creating a new customer in order"/>
1414
<stories value="MC-15290: Customer account group cannot be selected while creating a new customer in order"/>

app/code/Magento/Sales/Test/Mftf/Test/StorefrontRedirectToOrderHistory.xml renamed to app/code/Magento/Sales/Test/Mftf/Test/StorefrontRedirectToOrderHistoryTest.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="StorefrontRedirectToOrderHistory">
11+
<test name="StorefrontRedirectToOrderHistoryTest">
1212
<annotations>
1313
<features value="Redirection Rules"/>
1414
<stories value="Create Invoice"/>

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleCountry.xml renamed to app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleCountryTest.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="StorefrontCartPriceRuleCountry">
11+
<test name="StorefrontCartPriceRuleCountryTest">
1212
<annotations>
1313
<features value="SalesRule"/>
1414
<stories value="Create cart price rule"/>

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRulePostcode.xml renamed to app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRulePostcodeTest.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="StorefrontCartPriceRulePostcode">
11+
<test name="StorefrontCartPriceRulePostcodeTest">
1212
<annotations>
1313
<features value="SalesRule"/>
1414
<stories value="Create cart price rule"/>

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleQuantity.xml renamed to app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleQuantityTest.xml

Lines changed: 4 additions & 4 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="StorefrontCartPriceRuleQuantity">
11+
<test name="StorefrontCartPriceRuleQuantityTest">
1212
<annotations>
1313
<features value="SalesRule"/>
1414
<stories value="Create cart price rule"/>
@@ -24,7 +24,7 @@
2424
<createData entity="_defaultProduct" stepKey="createPreReqProduct">
2525
<requiredEntity createDataKey="createPreReqCategory"/>
2626
</createData>
27-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
27+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
2828
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2929
</before>
3030

@@ -62,8 +62,8 @@
6262
<fillField selector="{{AdminCartPriceRulesFormSection.discountAmount}}" userInput="1.00" stepKey="fillDiscountAmount"/>
6363
<click selector="{{AdminCartPriceRulesFormSection.save}}" stepKey="clickSaveButton"/>
6464
<see selector="{{AdminCartPriceRulesSection.messages}}" userInput="You saved the rule." stepKey="seeSuccessMessage"/>
65-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
66-
65+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
66+
6767
<!-- Add 1 product to the cart -->
6868
<amOnPage url="$$createPreReqProduct.name$$.html" stepKey="goToProductPage"/>
6969
<waitForPageLoad stepKey="waitForProductPageLoad"/>

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleState.xml renamed to app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleStateTest.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="StorefrontCartPriceRuleState">
11+
<test name="StorefrontCartPriceRuleStateTest">
1212
<annotations>
1313
<features value="SalesRule"/>
1414
<stories value="Create cart price rule"/>

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleSubtotal.xml renamed to app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontCartPriceRuleSubtotalTest.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="StorefrontCartPriceRuleSubtotal">
11+
<test name="StorefrontCartPriceRuleSubtotalTest">
1212
<annotations>
1313
<features value="SalesRule"/>
1414
<stories value="Create cart price rule"/>
@@ -24,7 +24,7 @@
2424
<createData entity="_defaultProduct" stepKey="createPreReqProduct">
2525
<requiredEntity createDataKey="createPreReqCategory"/>
2626
</createData>
27-
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
27+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
2828
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2929
</before>
3030

app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRateInvalidPostcodeTestLength.xml renamed to app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRateInvalidPostcodeTestLengthTest.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="AdminCreateTaxRateInvalidPostcodeTestLength">
11+
<test name="AdminCreateTaxRateInvalidPostcodeTestLengthTest">
1212
<annotations>
1313
<stories value="Create tax rate"/>
1414
<title value="Create tax rate, invalid post code length"/>

0 commit comments

Comments
 (0)