File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Sales/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 37
37
<element name =" applyCoupon" type =" button" selector =" #order-coupons button" />
38
38
<element name =" removeCoupon" type =" button" selector =" .added-coupon-code .action-remove" />
39
39
<element name =" removeSpecificCoupon" type =" button" selector =" .added-coupon-code.coupon-code-{{couponCode}} .action-remove" parameterized =" true" />
40
+ <element name =" couponCodeApplied" type =" text" selector =" .added-coupon-code.coupon-code-{{couponCode}} span" parameterized =" true" />
40
41
<element name =" totalRecords" type =" text" selector =" #sales_order_create_search_grid-total-count" />
41
42
<element name =" numberOfPages" type =" text" selector =" div.admin__data-grid-pager-wrap div.admin__data-grid-pager > label" />
42
43
<element name =" productName" type =" button" selector =" (.//*[@class='col-product'])[2]/span" />
You can’t perform that action at this time.
0 commit comments