Skip to content

Commit 44c1084

Browse files
committed
MAGETWO-95523: Return Products Using Return Merchandise Authorization
1 parent 6f120e7 commit 44c1084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<element name="billingLastName" type="input" selector="#oar-billing-lastname"/>
1414
<element name="findOrderBy" type="select" selector="#quick-search-type-id"/>
1515
<element name="email" type="input" selector="#oar_email"/>
16-
<element name="continue" type="button" selector="//*/span[contains(text(), 'Continue')]"/>
16+
<element name="continue" type="button" selector="//span[contains(text(), 'Continue')]"/>
1717
</section>
1818
</sections>

0 commit comments

Comments
 (0)