File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
<group value =" Cms" />
20
20
</annotations >
21
21
<before >
22
+ <magentoCLI command =" config:set cms/wysiwyg/enabled disabled" stepKey =" disableWYSIWYG" />
22
23
<actionGroup ref =" LoginAsAdmin" stepKey =" LoginAsAdmin" />
23
24
<actionGroup ref =" AdminCreateWebsiteActionGroup" stepKey =" AdminCreateWebsite" >
24
25
<argument name =" newWebsiteName" value =" secondWebsite" />
34
35
<argument name =" customStore" value =" customStore" />
35
36
</actionGroup >
36
37
</before >
38
+ <after >
39
+ <magentoCLI command =" config:set cms/wysiwyg/enabled enabled" stepKey =" enableWYSIWYG" />
40
+ </after >
37
41
38
42
<!-- Go to Cms blocks page-->
39
43
<amOnPage url =" {{CmsBlocksPage.url}}" stepKey =" navigateToCMSPagesGrid" />
Original file line number Diff line number Diff line change 20
20
</annotations >
21
21
22
22
<before >
23
+ <magentoCLI command =" config:set cms/wysiwyg/enabled disabled" stepKey =" disableWYSIWYG" />
23
24
<createData entity =" NewRootCategory" stepKey =" createRootCategory" />
24
25
</before >
25
26
44
45
<waitForElementVisible selector =" {{AdminCategoryModalSection.ok}}" stepKey =" waitForModalDeleteDefaultRootCategory" />
45
46
<click selector =" {{AdminCategoryModalSection.ok}}" stepKey =" acceptModal1" />
46
47
<waitForElementVisible selector =" {{AdminCategoryMessagesSection.SuccessMessage}}" stepKey =" waitForPageReloadAfterDeleteDefaultCategory" />
48
+ <magentoCLI command =" config:set cms/wysiwyg/enabled enabled" stepKey =" enableWYSIWYG" />
47
49
<!-- logout-->
48
50
<actionGroup ref =" logout" stepKey =" logoutFromAdmin" />
49
51
</after >
You can’t perform that action at this time.
0 commit comments