We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c4b4 commit 209cd44Copy full SHA for 209cd44
app/code/Magento/Cms/Test/Mftf/Test/CheckStaticBlocksTest.xml
@@ -35,9 +35,6 @@
35
<argument name="customStore" value="customStore"/>
36
</actionGroup>
37
</before>
38
- <after>
39
- <magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
40
- </after>
41
42
<!--Go to Cms blocks page-->
43
<amOnPage url="{{CmsBlocksPage.url}}" stepKey="navigateToCMSPagesGrid"/>
@@ -71,6 +68,7 @@
71
68
<argument name="websiteName" value="secondWebsite"/>
72
69
73
70
<actionGroup ref="DeleteCMSBlockActionGroup" stepKey="DeleteCMSBlockActionGroup"/>
+ <magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
74
</after>
75
</test>
76
</tests>
0 commit comments