File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminOrderCommentsTabSection" >
12
- <element name =" orderNotesList" type =" text" selector =" #Order_History .edit-order-comments .note-list" />
13
- <element name =" orderComments" type =" text" selector =" #Order_History .edit-order-comments-block" />
14
- <element name =" orderComment" type =" text" selector =" #Order_History .comments-block-item-comment" />
12
+ <element name =" orderNotesList" type =" text" selector =" div[aria-labelledby='sales_order_view_tabs_order_history'] .edit-order-comments .note-list" />
13
+ <element name =" orderComments" type =" text" selector =" div[aria-labelledby='sales_order_view_tabs_order_history'] .edit-order-comments-block" />
14
+ <element name =" orderComment" type =" text" selector =" div[aria-labelledby='sales_order_view_tabs_order_history'] .comments-block-item-comment" />
15
15
</section >
16
16
</sections >
You can’t perform that action at this time.
0 commit comments