Skip to content

Commit c742397

Browse files
MAGETWO-64901: Fixing functional test to look for a different invalid email:
1 parent 61a7c45 commit c742397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateCustomerBackendEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<data name="customer/data/group_id/dataset" xsi:type="string">Retailer</data>
6161
<data name="customer/data/firstname" xsi:type="string">John%isolation%</data>
6262
<data name="customer/data/lastname" xsi:type="string">Doe%isolation%</data>
63-
<data name="customer/data/email" xsi:type="string">JohnDoe%isolation%@example.ccc</data>
63+
<data name="customer/data/email" xsi:type="string">JohnDoe%isolation%@-example.com</data>
6464
<constraint name="Magento\Customer\Test\Constraint\AssertCustomerInvalidEmail" />
6565
</variation>
6666
<variation name="CreateCustomerBackendEntityTestVariation5" summary="General customer from Poland">

0 commit comments

Comments
 (0)