Skip to content

FIX #27117 Invalid functional Test names #27118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="CreateAnAdminOrderUsingBraintreePaymentTest1">
<test name="CreateAnAdminOrderUsingBraintreePaymentTest1Test">
<annotations>
<features value="Backend"/>
<stories value="Creation an admin order using Braintree payment"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="CreateAdminOrderPayedWithOnlinePaymentIncludingTaxAndDiscount">
<test name="CreateAdminOrderPayedWithOnlinePaymentIncludingTaxAndDiscountTest">
<annotations>
<features value="Braintree"/>
<stories value="Get access to a New Credit Memo Page from Invoice for Order payed with online payment via Admin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminDeleteABundleProduct">
<test name="AdminDeleteABundleProductTest">
<annotations>
<features value="Bundle"/>
<stories value="Admin list bundle products"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminFilterProductListByBundleProduct">
<test name="AdminFilterProductListByBundleProductTest">
<annotations>
<features value="Bundle"/>
<stories value="Admin list bundle products"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontBundleProductShownInCategoryListAndGrid">
<test name="StorefrontBundleProductShownInCategoryListAndGridTest">
<annotations>
<features value="Bundle"/>
<stories value="Bundle products list on Storefront"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontCheckBundleProductOptionTierPrices">
<test name="StorefrontCheckBundleProductOptionTierPricesTest">
<annotations>
<features value="Bundle"/>
<stories value="View bundle products"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontGoToDetailsPageWhenAddingToCart">
<test name="StorefrontGoToDetailsPageWhenAddingToCartTest">
<annotations>
<features value="Bundle"/>
<stories value="Bundle products list on Storefront"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<scrollToTopOfPage stepKey="ScrollToTop"/>
<click selector="{{CaptchaFormsDisplayingSection.captcha}}" stepKey="ClickToCloseCaptcha"/>
</test>
<test name="CaptchaWithDisabledGuestCheckout">
<test name="CaptchaWithDisabledGuestCheckoutTest">
<annotations>
<features value="Captcha"/>
<stories value="MC-5602 - CAPTCHA doesn't appear in login popup after refreshing page."/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminChangeProductAttributeSet">
<test name="AdminChangeProductAttributeSetTest">
<annotations>
<features value="Checkout"/>
<stories value="The required product attribute is not displayed when change attribute set"/>
Expand Down Expand Up @@ -49,7 +49,7 @@
<actionGroup ref="ClearProductsFilterActionGroup" stepKey="clearProductsFilter"/>

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

<actionGroup ref="SearchForProductOnBackendActionGroup" stepKey="searchForSimpleProduct">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminCreateCategoryWithProductsGridFilter">
<test name="AdminCreateCategoryWithProductsGridFilterTest">
<annotations>
<stories value="Create categories"/>
<title value="Apply category products grid filter"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminCreateProductCustomAttributeSet">
<test name="AdminCreateProductCustomAttributeSetTest">
<annotations>
<features value="Catalog"/>
<stories value="Add/Update attribute set"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminProductCustomURLKeyPreservedWhenAssignedToCategoryWithoutCustomURLKey">
<test name="AdminProductCustomURLKeyPreservedWhenAssignedToCategoryWithoutCustomURLKeyTest">
<annotations>
<stories value="Product"/>
<features value="Catalog"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminVerifyProductOrder">
<test name="AdminVerifyProductOrderTest">
<annotations>
<features value="Catalog"/>
<stories value="Verify Product Order"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontProductNameWithDoubleQuote">
<test name="StorefrontProductNameWithDoubleQuoteTest">
<annotations>
<features value="Catalog"/>
<stories value="Create products"/>
Expand Down Expand Up @@ -66,7 +66,7 @@
</actionGroup>
</test>

<test name="StorefrontProductNameWithHTMLEntities">
<test name="StorefrontProductNameWithHTMLEntitiesTest">
<annotations>
<features value="Catalog"/>
<stories value="Create product"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontPurchaseProductWithCustomOptionsWithLongValuesTitle">
<test name="StorefrontPurchaseProductWithCustomOptionsWithLongValuesTitleTest">
<annotations>
<features value="Catalog"/>
<stories value="Custom options"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>
</test>
<test name="Verifydefaultcontrolsonproductshortdescription">
<test name="VerifydefaultcontrolsonproductshortdescriptionTest">
<annotations>
<features value="Catalog"/>
<stories value="Default toolbar configuration in Magento-MAGETWO-70412"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="QuickSearchProductBySku">
<test name="QuickSearchProductBySkuTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find products"/>
Expand Down Expand Up @@ -41,7 +41,7 @@
<argument name="productUrlKey" value="$createSimpleProduct.custom_attributes[url_key]$"/>
</actionGroup>
</test>
<test name="QuickSearchProductByName" extends="QuickSearchProductBySku">
<test name="QuickSearchProductByNameTest" extends="QuickSearchProductBySkuTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find products via Name"/>
Expand All @@ -56,7 +56,7 @@
<argument name="phrase" value="$createSimpleProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchProductByNameWithSpecialChars" extends="QuickSearchProductBySku">
<test name="QuickSearchProductByNameWithSpecialCharsTest" extends="QuickSearchProductBySkuTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="Quick Search can find products with names that contain special characters"/>
Expand All @@ -76,7 +76,7 @@
<argument name="phrase" value="$createSimpleProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchEmptyResults">
<test name="QuickSearchEmptyResultsTest">
<annotations>
<features value="CatalogSearch"/>
<stories value="Search Product on Storefront"/>
Expand Down Expand Up @@ -109,7 +109,7 @@
<actionGroup ref="StorefrontCheckSearchIsEmptyActionGroup" stepKey="checkEmpty"/>
</test>

<test name="QuickSearchWithTwoCharsEmptyResults" extends="QuickSearchEmptyResults">
<test name="QuickSearchWithTwoCharsEmptyResultsTest" extends="QuickSearchEmptyResultsTest">
<annotations>
<features value="CatalogSearch"/>
<stories value="Search Product on Storefront"/>
Expand Down Expand Up @@ -143,7 +143,7 @@
</actionGroup>
</test>

<test name="QuickSearchProductByNameWithThreeLetters" extends="QuickSearchProductBySku">
<test name="QuickSearchProductByNameWithThreeLettersTest" extends="QuickSearchProductBySkuTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find products by their first three letters"/>
Expand All @@ -159,7 +159,7 @@
<argument name="phrase" value="{$getFirstThreeLetters}"/>
</actionGroup>
</test>
<test name="QuickSearchProductBy128CharQuery" extends="QuickSearchProductBySku">
<test name="QuickSearchProductBy128CharQueryTest" extends="QuickSearchProductBySkuTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search product with long names, using first 128 letters"/>
Expand All @@ -180,7 +180,7 @@
</actionGroup>
</test>

<test name="QuickSearchTwoProductsWithSameWeight">
<test name="QuickSearchTwoProductsWithSameWeightTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="Quick Search should sort products with the same weight appropriately"/>
Expand Down Expand Up @@ -263,7 +263,7 @@
<argument name="index" value="1"/>
</actionGroup>
</test>
<test name="QuickSearchTwoProductsWithDifferentWeight" extends="QuickSearchTwoProductsWithSameWeight">
<test name="QuickSearchTwoProductsWithDifferentWeightTest" extends="QuickSearchTwoProductsWithSameWeightTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="Quick Search should sort products with the different weight appropriately"/>
Expand Down Expand Up @@ -293,7 +293,7 @@
</actionGroup>
</test>

<test name="QuickSearchAndAddToCart">
<test name="QuickSearchAndAddToCartTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a simple product and add it to cart"/>
Expand Down Expand Up @@ -325,7 +325,7 @@
<argument name="productName" value="$createSimpleProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartVirtual">
<test name="QuickSearchAndAddToCartVirtualTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a virtual product and add it to cart"/>
Expand Down Expand Up @@ -357,7 +357,7 @@
<argument name="productName" value="$createVirtualProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartConfigurable">
<test name="QuickSearchAndAddToCartConfigurableTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a configurable product and add it to cart"/>
Expand Down Expand Up @@ -401,7 +401,7 @@
<argument name="optionName" value="{{colorProductAttribute1.name}}"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartDownloadable">
<test name="QuickSearchAndAddToCartDownloadableTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a downloadable product and add it to cart"/>
Expand Down Expand Up @@ -438,7 +438,7 @@
<argument name="productName" value="$createProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartGrouped">
<test name="QuickSearchAndAddToCartGroupedTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a grouped product and add it to cart"/>
Expand Down Expand Up @@ -475,7 +475,7 @@
<argument name="productName" value="$createProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartBundleDynamic">
<test name="QuickSearchAndAddToCartBundleDynamicTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a Bundle Dynamic product and add it to cart"/>
Expand Down Expand Up @@ -531,7 +531,7 @@
<argument name="productName" value="$createBundleProduct.name$"/>
</actionGroup>
</test>
<test name="QuickSearchAndAddToCartBundleFixed">
<test name="QuickSearchAndAddToCartBundleFixedTest">
<annotations>
<stories value="Search Product on Storefront"/>
<title value="User should be able to use Quick Search to find a Bundle Fixed product and add it to cart"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="CheckCheckoutSuccessPageAsRegisterCustomer">
<test name="CheckCheckoutSuccessPageAsRegisterCustomerTest">
<annotations>
<features value="Checkout"/>
<stories value="Success page elements are presented for placed order as Customer"/>
Expand Down Expand Up @@ -131,7 +131,7 @@
<seeElement selector="{{StorefrontCustomerOrderViewSection.orderTitle}}" stepKey="seeOrderTitleOnPrint"/>
<switchToWindow stepKey="switchToWindow2"/>
</test>
<test name="CheckCheckoutSuccessPageAsGuest">
<test name="CheckCheckoutSuccessPageAsGuestTest">
<annotations>
<features value="Checkout"/>
<stories value="Success page elements are presented for placed order as Guest"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontCartItemsCountDisplayItemsQuantities">
<test name="StorefrontCartItemsCountDisplayItemsQuantitiesTest">
<annotations>
<stories value="Checkout order summary has wrong item count"/>
<title value="Checkout order summary has wrong item count - display items quantities"/>
Expand Down Expand Up @@ -57,7 +57,7 @@
<argument name="itemsText" value="3 Items in Cart"/>
</actionGroup>
</test>
<test name="StorefrontCartItemsCountDisplayUniqueItems" extends="StorefrontCartItemsCountDisplayItemsQuantities">
<test name="StorefrontCartItemsCountDisplayUniqueItemsTest" extends="StorefrontCartItemsCountDisplayItemsQuantitiesTest">
<annotations>
<stories value="Checkout order summary has wrong item count"/>
<title value="Checkout order summary has wrong item count - display unique items"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<waitForElementVisible selector="{{AdminEditCustomerOrdersSection.orderGrid}}" stepKey="waitForOrdersGridVisible"/>
<see selector="{{AdminEditCustomerOrdersSection.orderGrid}}" userInput="$$createCustomer.firstname$$ $$createCustomer.lastname$$" stepKey="verifyOrder"/>
</test>
<test name="StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRates">
<test name="StorefrontCustomerCheckoutTestWithMultipleAddressesAndTaxRatesTest">
<annotations>
<features value="Checkout"/>
<stories value="Customer checkout"/>
Expand Down Expand Up @@ -198,7 +198,7 @@
<waitForPageLoad stepKey="waitForOrderSuccessPage2"/>
<see selector="{{CheckoutSuccessMainSection.success}}" userInput="Your order number is:" stepKey="seeSuccessMessage2"/>
</test>
<test name="StorefrontCustomerCheckoutTestWithRestrictedCountriesForPayment">
<test name="StorefrontCustomerCheckoutTestWithRestrictedCountriesForPaymentTest">
<annotations>
<features value="Checkout"/>
<stories value="Checkout flow if payment solutions are not available"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<remove keyForRemoval="guestGoToCheckoutFromMinicart" />
<actionGroup ref="GoToCheckoutFromCartActionGroup" stepKey="guestGoToCheckoutFromCart" after="seeCartQuantity" />
</test>
<test name="StorefrontGuestCheckoutTestWithRestrictedCountriesForPayment">
<test name="StorefrontGuestCheckoutTestWithRestrictedCountriesForPaymentTest">
<annotations>
<features value="Checkout"/>
<stories value="Checkout flow if payment solutions are not available"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontVerifySecureURLRedirectCheckout">
<test name="StorefrontVerifySecureURLRedirectCheckoutTest">
<annotations>
<features value="Checkout"/>
<stories value="Storefront Secure URLs"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StoreFrontMobileViewValidation">
<test name="StoreFrontMobileViewValidationTest">
<annotations>
<features value="Cms"/>
<stories value="Mobile view page footer should stick to the bottom of page on Store front"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="VerifyAllowDynamicMediaURLsSettingIsRemoved">
<test name="VerifyAllowDynamicMediaURLsSettingIsRemovedTest">
<annotations>
<features value="Backend"/>
<stories value="Dynamic Media URL"/>
Expand Down
Loading