File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 21
21
<waitForPageLoad stepKey =" waitSaveToBeApplied" />
22
22
<see selector =" {{AdminProductMessagesSection.successMessage}}" userInput =" You saved the page." stepKey =" seeSaveSuccess" />
23
23
</actionGroup >
24
+ <actionGroup name =" ClearWidgetsForCMSHomePageContentWYSIWYGDisabled" >
25
+ <amOnPage url =" {{CmsPageEditPage.url('2')}}" stepKey =" navigateToEditHomePagePage" />
26
+ <waitForPageLoad stepKey =" waitForCmsPageEditPage" />
27
+ <conditionalClick selector =" {{CmsNewPagePageActionsSection.contentSectionName}}" dependentSelector =" {{CatalogWidgetSection.insertWidgetButton}}" visible =" false" stepKey =" clickShowHideEditorIfVisible" />
28
+ <waitForElementVisible selector =" {{CmsNewPagePageContentSection.content}}" stepKey =" waitForContentField" />
29
+ <fillField selector =" {{CmsNewPagePageContentSection.content}}" userInput =" CMS homepage content goes here." stepKey =" resetCMSPageToDefaultContent" />
30
+ <click selector =" {{CmsNewPagePageActionsSection.saveAndContinueEdit}}" stepKey =" clickSave" />
31
+ <waitForPageLoad stepKey =" waitForSettingsApply" />
32
+ </actionGroup >
24
33
</actionGroups >
You can’t perform that action at this time.
0 commit comments