File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Customer/Test/Mftf/Section Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
1111 <section name =" AdminCustomerWishlistSection" >
1212 <element name =" productName" type =" input" selector =" #wishlistGrid_filter_product_name" />
13- <element name =" searchButton" type =" button" selector =" .action-default.scalable. action-secondary " />
14- <element name =" deleteButton" type =" text" selector =" .even > td:nth-child(7) > a:nth-child(1) " />
15- <element name =" deleteConfirm" type =" button" selector =" .action-primary.action-accept" />
13+ <element name =" searchButton" type =" button" selector =" #wishlistGrid button[data- action='grid-filter-apply'] " />
14+ <element name =" deleteButton" type =" text" selector =" //*[@id='wishlistGrid_table']//*[@data-column='action']//*[text()='Delete'] " />
15+ <element name =" deleteConfirm" type =" button" selector =" .modal-popup.confirm . action-primary.action-accept" />
1616 <element name =" gridTable" type =" text" selector =" #wishlistGrid_table" />
1717 </section >
1818</sections >
Original file line number Diff line number Diff line change 2121 <createData entity =" SimpleProduct" stepKey =" createProduct" >
2222 <requiredEntity createDataKey =" createCategory" />
2323 </createData >
24+ <magentoCLI command =" cron:run --group=index" stepKey =" runCronIndexer" />
2425 <createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
2526 </before >
2627 <after >
You can’t perform that action at this time.
0 commit comments