File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
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 =" ClearWidgetsFromCMSContentWYSIWYGDisabled " >
24
+ <actionGroup name =" ClearWidgetsForCMSHomePageContentWYSIWYGDisabled " >
25
25
<amOnPage url =" {{CmsPageEditPage.url('2')}}" stepKey =" navigateToEditHomePagePage" />
26
26
<waitForPageLoad stepKey =" waitForCmsPageEditPage" />
27
27
<conditionalClick selector =" {{CmsNewPagePageActionsSection.contentSectionName}}" dependentSelector =" {{CatalogWidgetSection.insertWidgetButton}}" visible =" false" stepKey =" clickShowHideEditorIfVisible" />
28
- <fillField selector =" {{CmsNewPagePageContentSection.content}}" userInput =" CMS homepage content goes here." stepKey =" fillWidgetsField " />
28
+ <fillField selector =" {{CmsNewPagePageContentSection.content}}" userInput =" CMS homepage content goes here." stepKey =" fillContentForCMSPage " />
29
29
<click selector =" {{CmsNewPagePageActionsSection.saveAndContinueEdit}}" stepKey =" clickSave" />
30
30
<waitForPageLoad stepKey =" waitForSettingsApply" />
31
31
</actionGroup >
You can’t perform that action at this time.
0 commit comments