File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
<amOnPage url =" {{CmsPagesPage.url}}" stepKey =" navigateToCMSPagesGrid" />
17
17
<waitForPageLoad stepKey =" waitForPageLoad" />
18
18
</actionGroup >
19
- </actionGroups >
19
+ </actionGroups >
Original file line number Diff line number Diff line change 15
15
16
16
<fillField selector =" {{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput =" {{_duplicatedCMSPage.title}}" stepKey =" fillFieldTitle" />
17
17
<click selector =" {{CmsNewPagePageContentSection.header}}" stepKey =" clickExpandContentTabForPage" />
18
- <fillField selector =" {{CmsNewPagePageContentSection.content }}" userInput = " {{_duplicatedCMSPage.content}} " stepKey =" fillFieldContent " />
18
+ <waitForElementVisible selector =" {{CmsNewPagePageContentSection.contentHeading }}" stepKey =" waitForContentSection " />
19
19
<fillField selector =" {{CmsNewPagePageContentSection.contentHeading}}" userInput =" {{_duplicatedCMSPage.content_heading}}" stepKey =" fillFieldContentHeading" />
20
+ <fillField selector =" {{CmsNewPagePageContentSection.content}}" userInput =" {{_duplicatedCMSPage.content}}" stepKey =" fillFieldContent" />
20
21
<click selector =" {{CmsNewPagePageSeoSection.header}}" stepKey =" clickExpandSearchEngineOptimisation" />
21
22
<fillField selector =" {{CmsNewPagePageSeoSection.urlKey}}" userInput =" {{_duplicatedCMSPage.identifier}}" stepKey =" fillFieldUrlKey" />
22
23
</actionGroup >
You can’t perform that action at this time.
0 commit comments