|
6 | 6 | */
|
7 | 7 | -->
|
8 | 8 | <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
|
9 |
| - <testCase name="Magento\Wishlist\Test\TestCase\ConfigureProductInCustomerWishlistOnBackendTest"> |
10 |
| - <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation1" firstConstraint="Magento\Wishlist\Test\Constraint\AssertProductInCustomerWishlistOnBackendGrid" method="test"> |
11 |
| - <data name="product" xsi:type="string">catalogProductSimple::with_two_custom_option</data> |
12 |
| - <constraint name="Magento\Wishlist\Test\Constraint\AssertProductInCustomerWishlistOnBackendGrid"/> |
13 |
| - </variation> |
14 |
| - <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation2" firstConstraint="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCustomerWishlistOnBackendGrid" method="test"> |
15 |
| - <data name="product" xsi:type="string">configurableProduct::default</data> |
16 |
| - <constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCustomerWishlistOnBackendGrid"/> |
17 |
| - </variation> |
18 |
| - <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation3" firstConstraint="Magento\Bundle\Test\Constraint\AssertBundleProductInCustomerWishlistOnBackendGrid" method="test"> |
19 |
| - <data name="product" xsi:type="string">bundleProduct::bundle_dynamic_product</data> |
20 |
| - <constraint name="Magento\Bundle\Test\Constraint\AssertBundleProductInCustomerWishlistOnBackendGrid"/> |
21 |
| - </variation> |
22 |
| - <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation4" firstConstraint="Magento\Downloadable\Test\Constraint\AssertDownloadableProductInCustomerWishlistOnBackendGrid" method="test"> |
23 |
| - <data name="product" xsi:type="string">downloadableProduct::with_two_separately_links</data> |
24 |
| - <constraint name="Magento\Downloadable\Test\Constraint\AssertDownloadableProductInCustomerWishlistOnBackendGrid"/> |
25 |
| - </variation> |
26 |
| - <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation5" firstConstraint="Magento\GroupedProduct\Test\Constraint\AssertGroupedProductInCustomerWishlistOnBackendGrid" method="test"> |
27 |
| - <data name="product" xsi:type="string">groupedProduct::three_simple_products</data> |
28 |
| - <constraint name="Magento\GroupedProduct\Test\Constraint\AssertGroupedProductInCustomerWishlistOnBackendGrid"/> |
29 |
| - </variation> |
30 |
| - </testCase> |
| 9 | + <testCase name="Magento\Wishlist\Test\TestCase\ConfigureProductInCustomerWishlistOnBackendTest"> |
| 10 | + <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation1"> |
| 11 | + <data name="product" xsi:type="string">catalogProductSimple::with_two_custom_option</data> |
| 12 | + <constraint name="Magento\Wishlist\Test\Constraint\AssertProductInCustomerWishlistOnBackendGrid" /> |
| 13 | + </variation> |
| 14 | + <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation2"> |
| 15 | + <data name="product" xsi:type="string">configurableProduct::default</data> |
| 16 | + <constraint name="Magento\ConfigurableProduct\Test\Constraint\AssertConfigurableProductInCustomerWishlistOnBackendGrid" /> |
| 17 | + </variation> |
| 18 | + <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation3"> |
| 19 | + <data name="product" xsi:type="string">bundleProduct::bundle_dynamic_product</data> |
| 20 | + <constraint name="Magento\Bundle\Test\Constraint\AssertBundleProductInCustomerWishlistOnBackendGrid" /> |
| 21 | + </variation> |
| 22 | + <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation4"> |
| 23 | + <data name="product" xsi:type="string">downloadableProduct::with_two_separately_links</data> |
| 24 | + <constraint name="Magento\Downloadable\Test\Constraint\AssertDownloadableProductInCustomerWishlistOnBackendGrid" /> |
| 25 | + </variation> |
| 26 | + <variation name="ConfigureProductInCustomerWishlistOnBackendTestVariation5"> |
| 27 | + <data name="product" xsi:type="string">groupedProduct::three_simple_products</data> |
| 28 | + <constraint name="Magento\GroupedProduct\Test\Constraint\AssertGroupedProductInCustomerWishlistOnBackendGrid" /> |
| 29 | + </variation> |
| 30 | + </testCase> |
31 | 31 | </config>
|
0 commit comments