File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2424 <waitForPageLoad stepKey =" waitForPageLoad1" />
2525 <fillField selector =" {{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput =" {{PageTitle}}" stepKey =" fillFieldTitle" />
2626 <click selector =" {{CmsNewPagePageContentSection.header}}" stepKey =" clickExpandContent" />
27+ <waitForElementVisible selector =" {{CmsNewPagePageContentSection.contentHeading}}" stepKey =" waitForContentHeading" />
2728 <fillField selector =" {{CmsNewPagePageContentSection.contentHeading}}" userInput =" {{ContentHeading}}" stepKey =" fillFieldContentHeading" />
2829 <click selector =" {{CmsNewPagePageSeoSection.header}}" stepKey =" clickExpandSearchEngineOptimization" />
30+ <waitForElementVisible selector =" {{CmsNewPagePageSeoSection.urlKey}}" stepKey =" waitForURLKey" />
2931 <fillField selector =" {{CmsNewPagePageSeoSection.urlKey}}" userInput =" {{URLKey}}" stepKey =" fillFieldURLKey" />
3032 <click selector =" {{CmsNewPagePiwSection.header}}" stepKey =" clickPageInWebsites" />
3133 <waitForElementVisible selector =" {{CmsNewPagePiwSection.selectStoreView(selectStoreViewOpt)}}" stepKey =" waitForStoreGridReload" />
3234 <clickWithLeftButton selector =" {{CmsNewPagePiwSection.selectStoreView(selectStoreViewOpt)}}" stepKey =" clickStoreView2" />
3335 <click selector =" {{CmsNewPageHierarchySection.header}}" stepKey =" clickHierarchy" />
36+ <waitForElementVisible selector =" {{CmsNewPageHierarchySection.selectHierarchy(selectHierarchyOpt)}}" stepKey =" waitForHierarchySection" />
3437 <click selector =" {{CmsNewPageHierarchySection.selectHierarchy(selectHierarchyOpt)}}" stepKey =" clickPageCheckBoxes" />
3538 </actionGroup >
3639</actionGroups >
You can’t perform that action at this time.
0 commit comments