|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
11 |
| - <test name="QuickSearchProductBySku"> |
| 11 | + <test name="QuickSearchProductBySkuTest"> |
12 | 12 | <annotations>
|
13 | 13 | <stories value="Search Product on Storefront"/>
|
14 | 14 | <title value="User should be able to use Quick Search to find products"/>
|
|
41 | 41 | <argument name="productUrlKey" value="$createSimpleProduct.custom_attributes[url_key]$"/>
|
42 | 42 | </actionGroup>
|
43 | 43 | </test>
|
44 |
| - <test name="QuickSearchProductByName" extends="QuickSearchProductBySku"> |
| 44 | + <test name="QuickSearchProductByNameTest" extends="QuickSearchProductBySkuTest"> |
45 | 45 | <annotations>
|
46 | 46 | <stories value="Search Product on Storefront"/>
|
47 | 47 | <title value="User should be able to use Quick Search to find products via Name"/>
|
|
56 | 56 | <argument name="phrase" value="$createSimpleProduct.name$"/>
|
57 | 57 | </actionGroup>
|
58 | 58 | </test>
|
59 |
| - <test name="QuickSearchProductByNameWithSpecialChars" extends="QuickSearchProductBySku"> |
| 59 | + <test name="QuickSearchProductByNameWithSpecialCharsTest" extends="QuickSearchProductBySkuTest"> |
60 | 60 | <annotations>
|
61 | 61 | <stories value="Search Product on Storefront"/>
|
62 | 62 | <title value="Quick Search can find products with names that contain special characters"/>
|
|
76 | 76 | <argument name="phrase" value="$createSimpleProduct.name$"/>
|
77 | 77 | </actionGroup>
|
78 | 78 | </test>
|
79 |
| - <test name="QuickSearchEmptyResults"> |
| 79 | + <test name="QuickSearchEmptyResultsTest"> |
80 | 80 | <annotations>
|
81 | 81 | <features value="CatalogSearch"/>
|
82 | 82 | <stories value="Search Product on Storefront"/>
|
|
109 | 109 | <actionGroup ref="StorefrontCheckSearchIsEmptyActionGroup" stepKey="checkEmpty"/>
|
110 | 110 | </test>
|
111 | 111 |
|
112 |
| - <test name="QuickSearchWithTwoCharsEmptyResults" extends="QuickSearchEmptyResults"> |
| 112 | + <test name="QuickSearchWithTwoCharsEmptyResultsTest" extends="QuickSearchEmptyResultsTest"> |
113 | 113 | <annotations>
|
114 | 114 | <features value="CatalogSearch"/>
|
115 | 115 | <stories value="Search Product on Storefront"/>
|
|
143 | 143 | </actionGroup>
|
144 | 144 | </test>
|
145 | 145 |
|
146 |
| - <test name="QuickSearchProductByNameWithThreeLetters" extends="QuickSearchProductBySku"> |
| 146 | + <test name="QuickSearchProductByNameWithThreeLettersTest" extends="QuickSearchProductBySkuTest"> |
147 | 147 | <annotations>
|
148 | 148 | <stories value="Search Product on Storefront"/>
|
149 | 149 | <title value="User should be able to use Quick Search to find products by their first three letters"/>
|
|
159 | 159 | <argument name="phrase" value="{$getFirstThreeLetters}"/>
|
160 | 160 | </actionGroup>
|
161 | 161 | </test>
|
162 |
| - <test name="QuickSearchProductBy128CharQuery" extends="QuickSearchProductBySku"> |
| 162 | + <test name="QuickSearchProductBy128CharQueryTest" extends="QuickSearchProductBySkuTest"> |
163 | 163 | <annotations>
|
164 | 164 | <stories value="Search Product on Storefront"/>
|
165 | 165 | <title value="User should be able to use Quick Search product with long names, using first 128 letters"/>
|
|
180 | 180 | </actionGroup>
|
181 | 181 | </test>
|
182 | 182 |
|
183 |
| - <test name="QuickSearchTwoProductsWithSameWeight"> |
| 183 | + <test name="QuickSearchTwoProductsWithSameWeightTest"> |
184 | 184 | <annotations>
|
185 | 185 | <stories value="Search Product on Storefront"/>
|
186 | 186 | <title value="Quick Search should sort products with the same weight appropriately"/>
|
|
263 | 263 | <argument name="index" value="1"/>
|
264 | 264 | </actionGroup>
|
265 | 265 | </test>
|
266 |
| - <test name="QuickSearchTwoProductsWithDifferentWeight" extends="QuickSearchTwoProductsWithSameWeight"> |
| 266 | + <test name="QuickSearchTwoProductsWithDifferentWeightTest" extends="QuickSearchTwoProductsWithSameWeightTest"> |
267 | 267 | <annotations>
|
268 | 268 | <stories value="Search Product on Storefront"/>
|
269 | 269 | <title value="Quick Search should sort products with the different weight appropriately"/>
|
|
293 | 293 | </actionGroup>
|
294 | 294 | </test>
|
295 | 295 |
|
296 |
| - <test name="QuickSearchAndAddToCart"> |
| 296 | + <test name="QuickSearchAndAddToCartTest"> |
297 | 297 | <annotations>
|
298 | 298 | <stories value="Search Product on Storefront"/>
|
299 | 299 | <title value="User should be able to use Quick Search to find a simple product and add it to cart"/>
|
|
325 | 325 | <argument name="productName" value="$createSimpleProduct.name$"/>
|
326 | 326 | </actionGroup>
|
327 | 327 | </test>
|
328 |
| - <test name="QuickSearchAndAddToCartVirtual"> |
| 328 | + <test name="QuickSearchAndAddToCartVirtualTest"> |
329 | 329 | <annotations>
|
330 | 330 | <stories value="Search Product on Storefront"/>
|
331 | 331 | <title value="User should be able to use Quick Search to find a virtual product and add it to cart"/>
|
|
357 | 357 | <argument name="productName" value="$createVirtualProduct.name$"/>
|
358 | 358 | </actionGroup>
|
359 | 359 | </test>
|
360 |
| - <test name="QuickSearchAndAddToCartConfigurable"> |
| 360 | + <test name="QuickSearchAndAddToCartConfigurableTest"> |
361 | 361 | <annotations>
|
362 | 362 | <stories value="Search Product on Storefront"/>
|
363 | 363 | <title value="User should be able to use Quick Search to find a configurable product and add it to cart"/>
|
|
401 | 401 | <argument name="optionName" value="{{colorProductAttribute1.name}}"/>
|
402 | 402 | </actionGroup>
|
403 | 403 | </test>
|
404 |
| - <test name="QuickSearchAndAddToCartDownloadable"> |
| 404 | + <test name="QuickSearchAndAddToCartDownloadableTest"> |
405 | 405 | <annotations>
|
406 | 406 | <stories value="Search Product on Storefront"/>
|
407 | 407 | <title value="User should be able to use Quick Search to find a downloadable product and add it to cart"/>
|
|
438 | 438 | <argument name="productName" value="$createProduct.name$"/>
|
439 | 439 | </actionGroup>
|
440 | 440 | </test>
|
441 |
| - <test name="QuickSearchAndAddToCartGrouped"> |
| 441 | + <test name="QuickSearchAndAddToCartGroupedTest"> |
442 | 442 | <annotations>
|
443 | 443 | <stories value="Search Product on Storefront"/>
|
444 | 444 | <title value="User should be able to use Quick Search to find a grouped product and add it to cart"/>
|
|
475 | 475 | <argument name="productName" value="$createProduct.name$"/>
|
476 | 476 | </actionGroup>
|
477 | 477 | </test>
|
478 |
| - <test name="QuickSearchAndAddToCartBundleDynamic"> |
| 478 | + <test name="QuickSearchAndAddToCartBundleDynamicTest"> |
479 | 479 | <annotations>
|
480 | 480 | <stories value="Search Product on Storefront"/>
|
481 | 481 | <title value="User should be able to use Quick Search to find a Bundle Dynamic product and add it to cart"/>
|
|
531 | 531 | <argument name="productName" value="$createBundleProduct.name$"/>
|
532 | 532 | </actionGroup>
|
533 | 533 | </test>
|
534 |
| - <test name="QuickSearchAndAddToCartBundleFixed"> |
| 534 | + <test name="QuickSearchAndAddToCartBundleFixedTest"> |
535 | 535 | <annotations>
|
536 | 536 | <stories value="Search Product on Storefront"/>
|
537 | 537 | <title value="User should be able to use Quick Search to find a Bundle Fixed product and add it to cart"/>
|
|
0 commit comments