Skip to content

Commit 946639d

Browse files
Manoranjan.PrakashManoranjan.Prakash
authored andcommitted
ACQE-4216 CE dependencies
1 parent 9c42b97 commit 946639d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Cms/Test/Mftf/Section/CmsPagesPageActionsSection.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
<element name="massActionsOption" type="button" selector="//div[@class='admin__data-grid-header'][(not(ancestor::*[@class='sticky-header']) and not(contains(@style,'visibility: hidden'))) or (ancestor::*[@class='sticky-header' and not(contains(@style,'display: none'))])]//span[contains(@class, 'action-menu-item') and .= '{{action}}']" parameterized="true"/>
3535
<element name="gridDataRow" type="input" selector=".data-row .data-grid-cell-content"/>
3636
<element name="pagesGridRowByTitle" type="input" selector="//tbody//tr//td//div[contains(., '{{var1}}')]" parameterized="true" timeout="30"/>
37+
<element name="saveFormRow" type="button" selector="//td//button//span[contains(text(),'Save')]/.."/>
38+
<element name="selectLayout" type="select" selector="//tr[@class='data-grid-editable-row _odd-row']//select[@name='page_layout']" />
3739
</section>
3840
</sections>

0 commit comments

Comments
 (0)