File tree Expand file tree Collapse file tree 5 files changed +31
-1
lines changed
dev/tests/functional/tests/app/Magento/PageCache/Test Expand file tree Collapse file tree 5 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class FlushAdditionalCachesTest extends Injectable
23
23
/* tags */
24
24
const MVP = 'yes ' ;
25
25
const DOMAIN = 'PS ' ;
26
+ const SEVERITY = 'S2 ' ;
26
27
/* end tags */
27
28
28
29
/**
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\PageCache\Test\TestCase\FlushAdditionalCachesTest" summary =" Flush Additional Caches" ticketId =" MAGETWO-34052" >
10
10
<variation name =" FlushCatalogImagesCacheTest" >
11
+ <data name =" tag" xsi : type =" string" >severity:S2</data >
11
12
<data name =" flushButtonName" xsi : type =" string" >Flush Catalog Images Cache</data >
12
13
<data name =" successMessage" xsi : type =" string" >The image cache was cleaned.</data >
13
14
<constraint name =" Magento\PageCache\Test\Constraint\AssertCacheFlushSuccessMessage" />
14
15
</variation >
15
16
<variation name =" FlushJavaScriptCSSCacheTest" >
17
+ <data name =" tag" xsi : type =" string" >severity:S2</data >
16
18
<data name =" flushButtonName" xsi : type =" string" >Flush JavaScript/CSS Cache</data >
17
19
<data name =" successMessage" xsi : type =" string" >The JavaScript/CSS cache has been cleaned.</data >
18
20
<constraint name =" Magento\PageCache\Test\Constraint\AssertCacheFlushSuccessMessage" />
19
21
</variation >
20
22
<variation name =" FlushStaticFilesCacheTest" >
23
+ <data name =" tag" xsi : type =" string" >severity:S2</data >
21
24
<data name =" flushButtonName" xsi : type =" string" >Flush Static Files Cache</data >
22
25
<data name =" successMessage" xsi : type =" string" >The static files cache has been cleaned.</data >
23
26
<constraint name =" Magento\PageCache\Test\Constraint\AssertCacheFlushSuccessMessage" />
Original file line number Diff line number Diff line change 20
20
class FlushStaticFilesCacheButtonVisibilityTest extends Injectable
21
21
{
22
22
/* tags */
23
- const MVP = 'no ' ;
23
+ const MVP = 'yes ' ;
24
24
const DOMAIN = 'PS ' ;
25
+ const SEVERITY = 'S2 ' ;
25
26
/* end tags */
26
27
27
28
/**
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\PageCache\Test\TestCase\FlushStaticFilesCacheButtonVisibilityTest" summary =" Flush Static Files Cache button visibility" ticketId =" MAGETWO-39934" >
10
10
<variation name =" FlushStaticFilesCacheButtonVisibilityTest" >
11
+ <data name =" tag" xsi : type =" string" >severity:S3</data >
11
12
<constraint name =" Magento\PageCache\Test\Constraint\AssertFlushStaticFilesCacheButtonVisibility" />
12
13
</variation >
13
14
</testCase >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\PageCache\Test\Constraint\AssertCacheFlushSuccessMessage" >
10
+ <arguments >
11
+ <argument name =" severity" xsi : type =" string" >S2</argument >
12
+ </arguments >
13
+ </type >
14
+ <type name =" Magento\PageCache\Test\Constraint\AssertCacheIsRefreshableAndInvalidated" >
15
+ <arguments >
16
+ <argument name =" severity" xsi : type =" string" >S2</argument >
17
+ </arguments >
18
+ </type >
19
+ <type name =" Magento\PageCache\Test\Constraint\AssertFlushStaticFilesCacheButtonVisibility" >
20
+ <arguments >
21
+ <argument name =" severity" xsi : type =" string" >S3</argument >
22
+ </arguments >
23
+ </type >
24
+ </config >
You can’t perform that action at this time.
0 commit comments