Skip to content

Commit 6d89962

Browse files
“Pavan-bj” “Pavan-bj” 
authored andcommitted
ACQE-6616:[Cache Management] Validate Layouts Cache Type
Changes made as per latest comments
1 parent bf643ce commit 6d89962

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/code/Magento/Backend/Test/Mftf/Section/AdminMessagesSection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@
2323
<element name="errorMessage" type="text" selector=".message.message-error.error"/>
2424
<element name="warningMessage" type="text" selector=".message-warning"/>
2525
<element name="noticeMessage" type="text" selector=".message-notice"/>
26-
<element name="assertCacheManagementConfigurationStatus" type="button" selector="//td[@data-column='tags' and contains(text(),'CONFIG')]/following-sibling::td//span[@class='grid-severity-notice']//span"/>
27-
<element name="assertCacheManagementLayoutsStatus" type="button" selector="//td[@data-column='tags' and contains(text(),'LAYOUT_GENERAL_CACHE_TAG')]/following-sibling::td//span[@class='grid-severity-notice']//span"/>
2826
</section>
2927
</sections>

app/code/Magento/CacheInvalidate/Test/Mftf/Test/AdminValidateLayoutsCacheTypeTest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<createData entity="_defaultProduct" stepKey="createProduct">
2323
<requiredEntity createDataKey="createPreReqCategory"/>
2424
</createData>
25-
<actionGroup ref="AdminGoToCacheManagementPageActionGroup" stepKey="goToCacheManagementPage"/>
26-
<waitForText selector="{{AdminMessagesSection.assertCacheManagementLayoutsStatus}}" userInput="ENABLED" stepKey="verifyCacheTypeLayoutsIsENABLED"/>
2725
</before>
2826
<after>
2927
<!-- Delete category -->
@@ -63,8 +61,6 @@
6361
</actionGroup>
6462
<!--Assert Currency symbol is not changed-->
6563
<waitForText selector="{{AdminCurrencySymbolsGridSection.currencySymbolOfProduct}}" userInput="$" stepKey="verifyCurrencySymbolIsNotChangedBeforeFlushingTheChangesInStoreFront"/>
66-
<!--Navigate to Cache Management-->
67-
<actionGroup ref="AdminGoToCacheManagementPageActionGroup" stepKey="goToCacheManagementPage1"/>
6864
<!-- Flush Cache-->
6965
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCachesAfterChangesMade">
7066
<argument name="tags" value="" />

0 commit comments

Comments
 (0)