|
1 |
| -<?xml version="1.0" ?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!--
|
3 | 3 | /**
|
4 | 4 | * Copyright © 2015 Magento. All rights reserved.
|
5 | 5 | * See COPYING.txt for license details.
|
6 | 6 | */
|
7 |
| ---> |
8 |
| -<constraint> |
9 |
| - <assertBundleInCategory module="Magento_Bundle"> |
10 |
| - <severity>low</severity> |
11 |
| - <require> |
12 |
| - <catalogCategoryView class="Magento\Catalog\Test\Page\Category\CatalogCategoryView" /> |
13 |
| - <cmsIndex class="Magento\Cms\Test\Page\CmsIndex" /> |
14 |
| - <product class="Magento\Bundle\Test\Fixture\BundleProduct" /> |
15 |
| - <category class="Magento\Catalog\Test\Fixture\Category" /> |
16 |
| - </require> |
17 |
| - </assertBundleInCategory> |
18 |
| - <assertBundleItemsOnProductPage module="Magento_Bundle"> |
19 |
| - <severity>low</severity> |
20 |
| - </assertBundleItemsOnProductPage> |
21 |
| - <assertBundlePriceView module="Magento_Bundle"> |
22 |
| - <severity>low</severity> |
23 |
| - </assertBundlePriceView> |
24 |
| - <assertBundlePriceType module="Magento_Bundle"> |
25 |
| - <severity>low</severity> |
26 |
| - </assertBundlePriceType> |
27 |
| - <assertBundleProductForm module="Magento_Bundle"> |
28 |
| - <severity>low</severity> |
29 |
| - </assertBundleProductForm> |
30 |
| - <assertTierPriceOnBundleProductPage module="Magento_Bundle"> |
31 |
| - <severity>low</severity> |
32 |
| - </assertTierPriceOnBundleProductPage> |
33 |
| - <assertBundleProductPage module="Magento_Bundle"> |
34 |
| - <severity>low</severity> |
35 |
| - </assertBundleProductPage> |
36 |
| - <assertGroupedPriceOnBundleProductPage module="Magento_Bundle"> |
37 |
| - <severity>low</severity> |
38 |
| - </assertGroupedPriceOnBundleProductPage> |
39 |
| - <assertProductCustomOptionsOnBundleProductPage module="Magento_Bundle"> |
40 |
| - <severity>low</severity> |
41 |
| - </assertProductCustomOptionsOnBundleProductPage> |
42 |
| - <assertBundleProductInCustomerWishlistOnBackendGrid module="Magento_Bundle"> |
43 |
| - <severity>low</severity> |
44 |
| - </assertBundleProductInCustomerWishlistOnBackendGrid> |
45 |
| -</constraint> |
| 7 | + --> |
| 8 | +<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/global/constraints.xsd"> |
| 9 | + <constraint name="assertBundleInCategory" module="Magento_Bundle" severity="low"> |
| 10 | + <argument name="catalogCategoryView">Magento\Catalog\Test\Page\Category\CatalogCategoryView</argument> |
| 11 | + <argument name="cmsIndex">Magento\Cms\Test\Page\CmsIndex</argument> |
| 12 | + <argument name="product">Magento\Bundle\Test\Fixture\BundleProduct</argument> |
| 13 | + <argument name="category">Magento\Catalog\Test\Fixture\Category</argument> |
| 14 | + </constraint> |
| 15 | + <constraint name="assertBundleItemsOnProductPage" module="Magento_Bundle" severity="low"/> |
| 16 | + <constraint name="assertBundlePriceView" module="Magento_Bundle" severity="low"/> |
| 17 | + <constraint name="assertBundlePriceType" module="Magento_Bundle" severity="low"/> |
| 18 | + <constraint name="assertBundleProductForm" module="Magento_Bundle" severity="low"/> |
| 19 | + <constraint name="assertTierPriceOnBundleProductPage" module="Magento_Bundle" severity="low"/> |
| 20 | + <constraint name="assertBundleProductPage" module="Magento_Bundle" severity="low"/> |
| 21 | + <constraint name="assertGroupedPriceOnBundleProductPage" module="Magento_Bundle" severity="low"/> |
| 22 | + <constraint name="assertProductCustomOptionsOnBundleProductPage" module="Magento_Bundle" severity="low"/> |
| 23 | + <constraint name="assertBundleProductInCustomerWishlistOnBackendGrid" module="Magento_Bundle" severity="low"/> |
| 24 | +</config> |
0 commit comments