Skip to content

Commit aeb0373

Browse files
authored
ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"
Resolved static check error by updating the name
1 parent 56d39e1 commit aeb0373

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11+
<test name="AdminVerifyThatCustomersMatchesToASectionWithConditionsOrderAddressTest">
12+
<annotations>
13+
<features value="CustomerSegment"/>
14+
<stories value="Customer segment with ordered address based condition"/>
15+
<title value="Customer segment with order based condition should automatically match customer after order is placed"/>
16+
<description value="Customer segment with address based condition should automatically match customer after order is placed and also verify the customer for wrong postal code"/>
17+
<severity value="MAJOR"/>
18+
<testCaseId value="AC-3857"/>
19+
</annotations>
20+
<before>
21+
<!-- Create customer -->
22+
<createData entity="Simple_US_Customer_With_Brisbane_Address" stepKey="createCustomer"/>
23+
</before>
24+
<after>
25+
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
26+
</after>
27+
</test>
28+
</tests>

0 commit comments

Comments
 (0)