Skip to content

Commit 8fb2cc8

Browse files
committed
Merge remote-tracking branch 'trigger/AC-1487' into AC-1390
2 parents f7e4331 + bfabd75 commit 8fb2cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderCommentsTabSection.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<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"/>
1515
</section>
1616
</sections>

0 commit comments

Comments
 (0)