|
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 |
| - <assertCurrencySymbolSuccessSaveMessage module="Magento_CurrencySymbol"> |
10 |
| - <severity>low</severity> |
11 |
| - <require> |
12 |
| - <currencySymbolIndex class="Magento\CurrencySymbol\Test\Page\Adminhtml\SystemCurrencySymbolIndex" /> |
13 |
| - </require> |
14 |
| - </assertCurrencySymbolSuccessSaveMessage> |
15 |
| - <assertCurrencySymbolOnProductPage module="Magento_CurrencySymbol"> |
16 |
| - <severity>low</severity> |
17 |
| - <require> |
18 |
| - <cmsIndex class="Magento\Cms\Test\Page\CmsIndex" /> |
19 |
| - <catalogCategoryView class="Magento\Catalog\Test\Page\Category\CatalogCategoryView" /> |
20 |
| - <product class="Magento\Catalog\Test\Fixture\CatalogProductSimple" /> |
21 |
| - <catalogProductView class="Magento\Catalog\Test\Page\Product\CatalogProductView" /> |
22 |
| - <currencySymbol class="Magento\CurrencySymbol\Test\Fixture\CurrencySymbolEntity" /> |
23 |
| - </require> |
24 |
| - </assertCurrencySymbolOnProductPage> |
25 |
| - <assertCurrencySymbolOnCatalogPage module="Magento_CurrencySymbol"> |
26 |
| - <severity>low</severity> |
27 |
| - <require> |
28 |
| - <cmsIndex class="Magento\Cms\Test\Page\CmsIndex" /> |
29 |
| - <catalogCategoryView class="Magento\Catalog\Test\Page\Category\CatalogCategoryView" /> |
30 |
| - <product class="Magento\Catalog\Test\Fixture\CatalogProductSimple" /> |
31 |
| - <currencySymbol class="Magento\CurrencySymbol\Test\Fixture\CurrencySymbolEntity" /> |
32 |
| - </require> |
33 |
| - </assertCurrencySymbolOnCatalogPage> |
34 |
| -</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="assertCurrencySymbolSuccessSaveMessage" module="Magento_CurrencySymbol" severity="low"> |
| 10 | + <argument name="currencySymbolIndex">Magento\CurrencySymbol\Test\Page\Adminhtml\SystemCurrencySymbolIndex</argument> |
| 11 | + </constraint> |
| 12 | + <constraint name="assertCurrencySymbolOnProductPage" module="Magento_CurrencySymbol" severity="low"> |
| 13 | + <argument name="cmsIndex">Magento\Cms\Test\Page\CmsIndex</argument> |
| 14 | + <argument name="catalogCategoryView">Magento\Catalog\Test\Page\Category\CatalogCategoryView</argument> |
| 15 | + <argument name="product">Magento\Catalog\Test\Fixture\CatalogProductSimple</argument> |
| 16 | + <argument name="catalogProductView">Magento\Catalog\Test\Page\Product\CatalogProductView</argument> |
| 17 | + <argument name="currencySymbol">Magento\CurrencySymbol\Test\Fixture\CurrencySymbolEntity</argument> |
| 18 | + </constraint> |
| 19 | + <constraint name="assertCurrencySymbolOnCatalogPage" module="Magento_CurrencySymbol" severity="low"> |
| 20 | + <argument name="cmsIndex">Magento\Cms\Test\Page\CmsIndex</argument> |
| 21 | + <argument name="catalogCategoryView">Magento\Catalog\Test\Page\Category\CatalogCategoryView</argument> |
| 22 | + <argument name="product">Magento\Catalog\Test\Fixture\CatalogProductSimple</argument> |
| 23 | + <argument name="currencySymbol">Magento\CurrencySymbol\Test\Fixture\CurrencySymbolEntity</argument> |
| 24 | + </constraint> |
| 25 | +</config> |
0 commit comments