|
10 | 10 | <test name="AdminChangeContentOfWysiwygEditorForDisabledByDefaultTest"> |
11 | 11 | <annotations> |
12 | 12 | <features value="Cms"/> |
13 | | - <stories value="Apply WYSIWYG Editor configuration for disabled by default"/> |
14 | | - <title value="Change content of WYSIWYG editor if it's disabled by default"/> |
15 | | - <description value="Admin should be able to Check WYSIWYG editor content can be changed and saved if it is disabled by default"/> |
| 13 | + <stories value="Apply Wysiwyg Editor configuration for disabled by default"/> |
| 14 | + <title value="Change content of Wysiwyg Editor if it's disabled by default"/> |
| 15 | + <description value="Admin should be able to Check Wysiwyg Editor content can be changed and saved if it is disabled by default"/> |
16 | 16 | <severity value="MAJOR"/> |
17 | 17 | <testCaseId value="AC-4143"/> |
18 | 18 | <group value="Cms"/> |
|
44 | 44 | <deleteData createDataKey="createPreReqBlock" stepKey="deletePreReqBlock"/> |
45 | 45 | <deleteData createDataKey="createCMSPage" stepKey="deletePreReqCMSPage"/> |
46 | 46 | <!-- Set default option to WYSIWYG Editor Configuration--> |
47 | | - <actionGroup ref="DisabledWYSIWYGActionGroup" stepKey="disableWYSIWYG"/> |
| 47 | + <actionGroup ref="DisabledWYSIWYGActionGroup" stepKey="disableWYSIWYGCompletely"/> |
48 | 48 | <actionGroup ref="CliMediaGalleryEnhancedEnableActionGroup" stepKey="disableOldMediaGallery"> |
49 | 49 | <argument name="enabled" value="1"/> |
50 | 50 | </actionGroup> |
|
120 | 120 | <actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openSimpleProduct"> |
121 | 121 | <argument name="product" value="$$createSimpleProduct$$"/> |
122 | 122 | </actionGroup> |
123 | | - <!-- Navigate to Content & Click On Show hide button and then Asset WYSIWYG editor for Product--> |
| 123 | + <!-- Navigate to Content & Click On Show hide button and then Assert WYSIWYG editor for Product--> |
124 | 124 | <waitForElementClickable selector="{{AdminProductFormSection.contentTab}}" stepKey="waitToClickContentTab"/> |
125 | 125 | <click selector="{{AdminProductFormSection.contentTab}}" stepKey="clickContentTabForProduct"/> |
126 | | - <waitForPageLoad stepKey="waitForGridLoad2"/> |
| 126 | + <waitForElementClickable selector="{{TinyMCESection.ShowHideBtn}}" stepKey="waitToClickShowHideBtnAgain"/> |
127 | 127 | <click selector="{{TinyMCESection.ShowHideBtn}}" stepKey="clickShowHideBtnAgain"/> |
128 | 128 | <waitForElementVisible selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.TinyMCE}}" stepKey="waitForTinyMCEToBeVisible"/> |
129 | 129 | <click selector="{{ProductShortDescriptionWysiwygSection.form}} {{TinyMCESection.ShowHideBtn}}" stepKey="focusProductShortDescriptionWysiwyg1"/> |
|
0 commit comments