Skip to content

Commit 209cd44

Browse files
committed
MC-13824: Ensure core tests disable WYSIWYG before execution
- fix generation error
1 parent f28c4b4 commit 209cd44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Cms/Test/Mftf/Test/CheckStaticBlocksTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
<argument name="customStore" value="customStore"/>
3636
</actionGroup>
3737
</before>
38-
<after>
39-
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
40-
</after>
4138

4239
<!--Go to Cms blocks page-->
4340
<amOnPage url="{{CmsBlocksPage.url}}" stepKey="navigateToCMSPagesGrid"/>
@@ -71,6 +68,7 @@
7168
<argument name="websiteName" value="secondWebsite"/>
7269
</actionGroup>
7370
<actionGroup ref="DeleteCMSBlockActionGroup" stepKey="DeleteCMSBlockActionGroup"/>
71+
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
7472
</after>
7573
</test>
7674
</tests>

0 commit comments

Comments
 (0)