Skip to content

Commit 5490b26

Browse files
committed
[ACQE-7280] To check whether admin is able to change the frontend logo when single store mode is enabled in the configuration.
changed cache calling location
1 parent e47850c commit 5490b26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Theme/Test/Mftf/Test/ChangeFrontendLogoWithSingleStoreModeTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@
126126
<waitForPageLoad stepKey="waitForPageload3"/>
127127
<scrollTo selector="{{AdminDesignConfigSection.headerSection}}" stepKey="scrollToHtmlHeadSection2"/>
128128
<click selector="{{AdminDesignConfigSection.headerSection}}" stepKey="openHtmlHeadSection2"/>
129-
<!--Clear Cache-->
130-
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache4">
131-
<argument name="tags" value=""/>
132-
</actionGroup>
133129
<!--Delete uploaded Image From Header-->
134130
<comment userInput="Delete Uploaded Image" stepKey="DeleteUploadedImageComment"/>
135131
<click selector="{{AdminDesignConfigSection.deleteheaderSectionImage}}" stepKey="clickUseDefault"/>
136132
<waitForElementVisible selector="{{AdminDesignConfigSection.saveConfiguration}}" stepKey="waitForWrapperToClose2"/>
137133
<click selector="{{AdminDesignConfigSection.saveConfiguration}}" stepKey="saveConfiguration2"/>
138134
<waitForElementVisible selector="{{AdminDesignConfigSection.successNotification}}" stepKey="waitForSuccessNotification2"/>
139135
<waitForPageLoad stepKey="waitForPageloadSuccess2"/>
140-
<!--Delete Image -->
136+
<!--Clear Cache-->
137+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache4">
138+
<argument name="tags" value=""/>
139+
</actionGroup>
140+
<!--Delete ImageFolder -->
141141
<comment userInput="Delete Image" stepKey="deleteImageComment"/>
142142
<actionGroup ref="NavigateToMediaGalleryActionGroup" stepKey="navigateToMediaGallery"/>
143143
<comment userInput="BIC workaround" stepKey="navigateToFolder2"/>

0 commit comments

Comments
 (0)