File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/SalesRule/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 104
104
<element name =" couponQty" type =" input" selector =" #coupons_qty" />
105
105
<element name =" generateCouponsButton" type =" button" selector =" #coupons_generate_button" timeout =" 30" />
106
106
<element name =" generatedCouponByIndex" type =" text" selector =" #couponCodesGrid_table > tbody > tr:nth-child({{var}}) > td.col-code" parameterized =" true" />
107
+ <element name =" generatedCouponTimesUsed" type =" text" selector =" #couponCodesGrid_table > tbody > tr:nth-child({{var}}) > td.col-times_used" parameterized =" true" />
107
108
<element name =" couponGridUsedHeader" type =" text" selector =" #couponCodesGrid thead th[data-sort='used']" />
108
109
<element name =" fieldError" type =" text" selector =" //input[@name='{{fieldName}}']/following-sibling::label[@class='admin__field-error']" parameterized =" true" />
109
110
<element name =" modalMessage" type =" text" selector =" aside.modal-popup div.modal-content div" />
You can’t perform that action at this time.
0 commit comments