Skip to content

Commit 7f8f7ae

Browse files
shanthishanthi
authored andcommitted
added ACQE-4983
2 parents 887d0f8 + f3129a5 commit 7f8f7ae

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

app/code/Magento/Deploy/Test/Mftf/Suite/MagentoDeveloperModeOnlyTestSuite.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<group name="developer_mode_only"/>
1515
</include>
1616
<after>
17-
<!-- Command should be uncommented once MQE-1711 is resolved -->
18-
<comment userInput="Command should be uncommented once MQE-1711 is resolved" stepKey="comment" />
19-
<!-- <magentoCLI command="deploy:mode:set production" stepKey="enableProductionMode"/> -->
17+
<magentoCLI command="deploy:mode:set production" stepKey="enableProductionMode"/>
2018
</after>
2119
</suite>
2220
</suites>

app/code/Magento/Deploy/Test/Mftf/Suite/MagentoProductionModeOnlyTestSuite.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@
77
-->
88
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
99
<suite name="MagentoProductionModeOnlyTestSuite">
10-
<before>
11-
<!-- Command should be uncommented once MQE-1711 is resolved -->
12-
<comment userInput="Command should be uncommented once MQE-1711 is resolved" stepKey="comment" />
13-
<!-- <magentoCLI command="deploy:mode:set production" stepKey="enableProductionMode"/> -->
14-
</before>
1510
<include>
1611
<group name="production_mode_only"/>
1712
</include>
18-
<after>
19-
<comment userInput="Command should be uncommented once MQE-1711 is resolved" stepKey="comment" />
20-
</after>
2113
</suite>
2214
</suites>

app/code/Magento/PageCache/Test/Mftf/Test/FlushStaticFilesCacheButtonVisibilityTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<waitForPageLoad stepKey="waitForPageCacheManagementLoad"/>
3232

3333
<!-- Check 'Flush Static Files Cache' not visible in production mode. -->
34-
<dontSee selector="{{AdminCacheManagementSection.additionalCacheButton('Flush Static Files Cache')}}" stepKey="dontSeeFlushStaticFilesButton" />
34+
<scrollTo selector="{{AdminCacheManagementSection.additionalCacheButton('Flush Catalog Images Cache')}}" stepKey="scrollToAdditionalCacheButtons"/>
35+
<dontSeeElement selector="{{AdminCacheManagementSection.additionalCacheButton('Flush Static Files Cache')}}" stepKey="dontSeeFlushStaticFilesButton"/>
3536
</test>
3637
</tests>

0 commit comments

Comments
 (0)