From 744f0b8b6032042eb9f16b56a4ca0270c0e9b469 Mon Sep 17 00:00:00 2001
From: Ji Lu <jilu1@magento.com>
Date: Tue, 20 Sep 2016 11:23:58 -0500
Subject: [PATCH] MAGETWO-58260: Automated frontend customer change email test.

---
 .../Security/Test/TestCase/SecureChangingCustomerEmailTest.php  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerEmailTest.php b/dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerEmailTest.php
index 9e4ba9bdca2..9f1acd69d92 100644
--- a/dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerEmailTest.php
+++ b/dev/tests/functional/tests/app/Magento/Security/Test/TestCase/SecureChangingCustomerEmailTest.php
@@ -71,7 +71,7 @@ class SecureChangingCustomerEmailTest extends Injectable
         )->run();
 
         $this->customerAccountEdit->getAccountMenuBlock()->openMenuItem('Account Information');
-        $this->customerAccountEdit->getAccountInfoForm()->SetChangeEmail('Yes');
+        $this->customerAccountEdit->getAccountInfoForm()->SetChangeEmail(true);
         $this->customerAccountEdit->getAccountInfoForm()->fill($customer);
         $this->customerAccountEdit->getAccountInfoForm()->submit();
     }
-- 
GitLab