We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05d4fb commit 8365425Copy full SHA for 8365425
app/code/Magento/OrderCancellationUi/Test/Mftf/Section/CustomerOrderCancellationSection.xml
@@ -16,6 +16,6 @@
16
<element name="referenceToLatestOrderId" type="text" selector=".table-order-items tr:first-child td.id" />
17
<element name="messageAtTheTop" type="text" selector=".messages .message-error" />
18
<element name="loadingMask" type="text" selector=".loading-mask" />
19
- <element name="linkToOpenViewOrder" type="button" selector="a.action-menu-item" />
+ <element name="linkToOpenViewOrder" type="button" selector=".actions .action.view" />
20
</section>
21
</sections>
0 commit comments