File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
dev/tests/functional/tests/app/Magento/Security/Test/TestCase Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\Security\Test\TestCase\SecureChangingCustomerEmailTest" summary =" Secure Changing Customer Email" ticketId =" MAGETWO-49041" >
10
10
<variation name =" SecureChangingEmailV1" summary =" Change Email checkbox is checked, enter new email, correct password" >
11
- <data name =" tag" xsi : type =" string" >severity:S1</data >
11
+ <data name =" tag" xsi : type =" string" >severity:S1, mftf_migrated:yes </data >
12
12
<data name =" initialCustomer/dataset" xsi : type =" string" >default</data >
13
13
<data name =" customer/data/email" xsi : type =" string" >JaneDoe_%isolation%@example.com</data >
14
14
<data name =" customer/data/current_password" xsi : type =" string" >123123^q</data >
15
15
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerInfoSuccessSavedMessage" />
16
16
<constraint name =" Magento\Security\Test\Constraint\AssertCustomerEmailChanged" />
17
- <data name =" tag" xsi : type =" string" >mftf_migrated:yes</data >
18
17
</variation >
19
18
<variation name =" SecureChangingEmailV2" summary =" Change Email checkbox is checked, enter new email, wrong password" >
20
- <data name =" tag" xsi : type =" string" >severity:S2</data >
19
+ <data name =" tag" xsi : type =" string" >severity:S2, mftf_migrated:yes </data >
21
20
<data name =" initialCustomer/dataset" xsi : type =" string" >default</data >
22
21
<data name =" customer/data/email" xsi : type =" string" >JaneDoe_%isolation%@example.com</data >
23
22
<data name =" customer/data/current_password" xsi : type =" string" >123123123</data >
24
23
<constraint name =" Magento\Customer\Test\Constraint\AssertChangePasswordFailMessage" />
25
- <data name =" tag" xsi : type =" string" >mftf_migrated:yes</data >
26
24
</variation >
27
25
</testCase >
28
26
</config >
You can’t perform that action at this time.
0 commit comments