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 24
24
<waitForPageLoad stepKey =" waitForPageLoad1" />
25
25
<fillField selector =" {{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput =" {{PageTitle}}" stepKey =" fillFieldTitle" />
26
26
<click selector =" {{CmsNewPagePageContentSection.header}}" stepKey =" clickExpandContent" />
27
+ <waitForElementVisible selector =" {{CmsNewPagePageContentSection.contentHeading}}" stepKey =" waitForContentHeading" />
27
28
<fillField selector =" {{CmsNewPagePageContentSection.contentHeading}}" userInput =" {{ContentHeading}}" stepKey =" fillFieldContentHeading" />
28
29
<click selector =" {{CmsNewPagePageSeoSection.header}}" stepKey =" clickExpandSearchEngineOptimization" />
30
+ <waitForElementVisible selector =" {{CmsNewPagePageSeoSection.urlKey}}" stepKey =" waitForURLKey" />
29
31
<fillField selector =" {{CmsNewPagePageSeoSection.urlKey}}" userInput =" {{URLKey}}" stepKey =" fillFieldURLKey" />
30
32
<click selector =" {{CmsNewPagePiwSection.header}}" stepKey =" clickPageInWebsites" />
31
33
<waitForElementVisible selector =" {{CmsNewPagePiwSection.selectStoreView(selectStoreViewOpt)}}" stepKey =" waitForStoreGridReload" />
32
34
<clickWithLeftButton selector =" {{CmsNewPagePiwSection.selectStoreView(selectStoreViewOpt)}}" stepKey =" clickStoreView2" />
33
35
<click selector =" {{CmsNewPageHierarchySection.header}}" stepKey =" clickHierarchy" />
36
+ <waitForElementVisible selector =" {{CmsNewPageHierarchySection.selectHierarchy(selectHierarchyOpt)}}" stepKey =" waitForHierarchySection" />
34
37
<click selector =" {{CmsNewPageHierarchySection.selectHierarchy(selectHierarchyOpt)}}" stepKey =" clickPageCheckBoxes" />
35
38
</actionGroup >
36
39
</actionGroups >
You can’t perform that action at this time.
0 commit comments