File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Section/PageBuilderStageSection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
<element name =" searchField" type =" input" selector =" //div[contains(@class,'stage-is-active')]//*[@id=" pagebuilder-panel" ]/div[1]/a" />
13
13
<element name =" clearSearch" type =" button" selector =" //div[contains(@class,'stage-is-active')]//*[@id=" pagebuilder-panel" ]/div[1]/a" />
14
14
<element name =" firstSection" type =" button" selector =" //div[contains(@class,'stage-is-active')]//*[@id=" pagebuilder-panel-menu-sections" ]/li[1]" timeout =" 30" />
15
- <element name =" allPanelMenuSections" type =" button" selector =" //div[contains(@class,' stage-is-active')] #pagebuilder-panel-menu-sections .menu-section-title" />
16
- <element name =" allMenuSectionContentTypes" type =" button" selector =" //div[contains(@class,' stage-is-active')] #pagebuilder-panel-menu-sections #menu-section-{{arg1}} .pagebuilder-draggable-content-type" parameterized =" true" />
15
+ <element name =" allPanelMenuSections" type =" button" selector =" . stage-is-active #pagebuilder-panel-menu-sections .menu-section-title" />
16
+ <element name =" allMenuSectionContentTypes" type =" button" selector =" . stage-is-active #pagebuilder-panel-menu-sections #menu-section-{{arg1}} .pagebuilder-draggable-content-type" parameterized =" true" />
17
17
<element name =" panelMenuSection" type =" button" selector =" //div[contains(@class,'stage-is-active')]//div[@id='pagebuilder-panel']//h4[.='{{arg1}}']" parameterized =" true" />
18
18
<element name =" panelMenuSectionActive" type =" button" selector =" //div[contains(@class,'stage-is-active')]//div[@id='pagebuilder-panel']//li[@class='active']//h4[.='{{arg1}}']" parameterized =" true" />
19
19
<element name =" layoutMenuSection" type =" button" selector =" //div[contains(@class,'stage-is-active')]//*[@id=" menu-section-layout" ]" timeout =" 10" />
You can’t perform that action at this time.
0 commit comments