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 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminCustomerWishlistSection" >
12
12
<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" />
16
16
<element name =" gridTable" type =" text" selector =" #wishlistGrid_table" />
17
17
</section >
18
18
</sections >
Original file line number Diff line number Diff line change 21
21
<createData entity =" SimpleProduct" stepKey =" createProduct" >
22
22
<requiredEntity createDataKey =" createCategory" />
23
23
</createData >
24
+ <magentoCLI command =" cron:run --group=index" stepKey =" runCronIndexer" />
24
25
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
25
26
</before >
26
27
<after >
You can’t perform that action at this time.
0 commit comments