Skip to content

Commit 1b4b2d8

Browse files
author
Yauhen_Lyskavets
committed
Merge branch 'MAGETWO-98635' of git.epam.com:magn-m23/magn-m23 into MAGETWO-98635
2 parents 13b423e + b7a4e55 commit 1b4b2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<waitForPageLoad stepKey="waitSaveToBeApplied"/>
2222
<see selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the page." stepKey="seeSaveSuccess"/>
2323
</actionGroup>
24-
<actionGroup name="ClearWidgetsFromCMSContentWYSIWYGDisabled">
24+
<actionGroup name="ClearWidgetsForCMSHomePageContentWYSIWYGDisabled">
2525
<amOnPage url="{{CmsPageEditPage.url('2')}}" stepKey="navigateToEditHomePagePage"/>
2626
<waitForPageLoad stepKey="waitForCmsPageEditPage"/>
2727
<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"/>
2929
<click selector="{{CmsNewPagePageActionsSection.saveAndContinueEdit}}" stepKey="clickSave"/>
3030
<waitForPageLoad stepKey="waitForSettingsApply"/>
3131
</actionGroup>

0 commit comments

Comments
 (0)