Skip to content

Commit 994a639

Browse files
committed
ACQE-7206: Change content of WYSIWYG editor if it's disabled by default
- Copyrights is updated to it'd default value
1 parent f0a8f02 commit 994a639

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminChangeContentOfWysiwygEditorForDisabledByDefaultTest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<createData entity="_defaultProduct" stepKey="createSimpleProduct"/>
2626
</before>
2727
<after>
28+
<actionGroup ref="NavigateToMediaGalleryActionGroup" stepKey="navigateToMediaGallery"/>
29+
<actionGroup ref="AdminExpandMediaGalleryFolderActionGroup" stepKey="expandStorageRootFolder">
30+
<argument name="FolderName" value="Storage Root"/>
31+
</actionGroup>
32+
<actionGroup ref="AdminExpandMediaGalleryFolderActionGroup" stepKey="expandWysiwygFolder">
33+
<argument name="FolderName" value="wysiwyg"/>
34+
</actionGroup>
35+
<actionGroup ref="DeleteFolderActionGroup" stepKey="DeleteCreatedFolder">
36+
<argument name="ImageFolder" value="ImageFolder"/>
37+
</actionGroup>
2838
<!-- Disable WYSIWYG Editor -->
2939
<actionGroup ref="DisabledWYSIWYGActionGroup" stepKey="disableWYSIWYG"/>
3040
<actionGroup ref="AdminOpenCMSPagesGridActionGroup" stepKey="amOnEditPage"/>

app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
6-
*/
3+
/**
4+
* Copyright 2018 Adobe
5+
* All Rights Reserved.
6+
*/
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)