File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
<fillField selector =" {{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput =" {{_duplicatedCMSPage.title}}" stepKey =" fillFieldTitle" />
17
17
<click selector =" {{CmsNewPagePageContentSection.header}}" stepKey =" clickExpandContentTabForPage" />
18
18
<fillField selector =" {{CmsNewPagePageContentSection.contentHeading}}" userInput =" {{_duplicatedCMSPage.content_heading}}" stepKey =" fillFieldContentHeading" />
19
- <wait time = " 5 " stepKey =" waitForTextAreaToAppear " />
19
+ <scrollTo selector = " {{CmsNewPagePageContentSection.content}} " stepKey =" scrollToPageContent " />
20
20
<fillField selector =" {{CmsNewPagePageContentSection.content}}" userInput =" {{_duplicatedCMSPage.content}}" stepKey =" fillFieldContent" />
21
21
<click selector =" {{CmsNewPagePageSeoSection.header}}" stepKey =" clickExpandSearchEngineOptimisation" />
22
22
<fillField selector =" {{CmsNewPagePageSeoSection.urlKey}}" userInput =" {{_duplicatedCMSPage.identifier}}" stepKey =" fillFieldUrlKey" />
You can’t perform that action at this time.
0 commit comments