File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Sales/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
<section name =" AdminOrderFormItemsOrderedSection" >
12
12
<element name =" addProductsBySku" type =" button" selector =" //section[@id='order-items']//span[contains(text(),'Add Products By SKU')]" />
13
13
<element name =" configureButtonBySku" type =" button" selector =" //div[@class='sku-configure-button']//span[contains(text(),'Configure')]" />
14
- <element name =" configureProductOk" type =" button" selector =" //div[@class='page-main-actions']//span[contains(text(),'OK')]" />
14
+ <element name =" configureProductOk" type =" button" selector =" //div[@class='page-main-actions']//span[contains(text(),'OK')]" timeout = " 30 " />
15
15
<element name =" configureProductQtyField" type =" input" selector =" //*[@id='super-product-table']/tbody/tr[{{arg}}]/td[5]/input[1]" parameterized =" true" />
16
16
<element name =" addProductToOrder" type =" input" selector =" //*[@title='Add Products to Order']" timeout =" 30" />
17
17
<element name =" itemsOrderedSummaryText" type =" textarea" selector =" //table[@class='data-table admin__table-primary order-tables']/tfoot/tr" />
You can’t perform that action at this time.
0 commit comments