Skip to content

Commit 4cb794a

Browse files
committed
MAGETWO-63776: [FT] Update CreateCatalogRulesIndexerTest to consider staging functionality
- severity changes
1 parent 73f0717 commit 4cb794a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Indexer/Test/TestCase/CreateCatalogRulesIndexerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
class CreateCatalogRulesIndexerTest extends Injectable
5959
{
6060
/* tags */
61-
const SEVERITY = 'S1';
61+
const SEVERITY = 'S2';
6262
/* end tags */
6363

6464
/**

dev/tests/functional/tests/app/Magento/Indexer/Test/TestCase/CreateCatalogRulesIndexerTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Indexer\Test\TestCase\CreateCatalogRulesIndexerTest" summary="Create catalog rules indexer test" ticketId="MAGETWO-39072">
1010
<variation name="CreateCatalogRulesIndexerTestVariation1" summary="Testing indexer in several conditions with creation, applying and deleting catalog price rule">
11-
<data name="tag" xsi:type="string">severity:S1</data>
11+
<data name="tag" xsi:type="string">severity:S2</data>
1212
<data name="customer/dataset" xsi:type="string">customer_US</data>
1313
<data name="products/0" xsi:type="string">catalogProductSimple::simple_10_dollar</data>
1414
<data name="catalogPriceRuleOriginal/dataset" xsi:type="string">active_catalog_price_rule_with_conditions</data>

0 commit comments

Comments
 (0)