Skip to content

Commit 9f81702

Browse files
committed
MAGETWO-90113: Automate applying Reward Points during Checkout with MFTF tests
1 parent f0c9675 commit 9f81702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/StorefrontCustomerOrderViewSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
98
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
109
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1110
<section name="StorefrontCustomerOrderViewSection">
11+
<element name="reorder" type="text" selector="a.action.order" timeout="30"/>
1212
<element name="orderTitle" type="text" selector=".page-title span"/>
1313
<element name="myOrdersTable" type="text" selector="#my-orders-table"/>
1414
<element name="subtotal" type="text" selector=".subtotal .amount"/>

0 commit comments

Comments
 (0)