Skip to content
Snippets Groups Projects
Commit 744f0b8b authored by Ji Lu's avatar Ji Lu
Browse files

MAGETWO-58260: Automated frontend customer change email test.

parent 1f4677b3
Branches
No related merge requests found
...@@ -71,7 +71,7 @@ class SecureChangingCustomerEmailTest extends Injectable ...@@ -71,7 +71,7 @@ class SecureChangingCustomerEmailTest extends Injectable
)->run(); )->run();
$this->customerAccountEdit->getAccountMenuBlock()->openMenuItem('Account Information'); $this->customerAccountEdit->getAccountMenuBlock()->openMenuItem('Account Information');
$this->customerAccountEdit->getAccountInfoForm()->SetChangeEmail('Yes'); $this->customerAccountEdit->getAccountInfoForm()->SetChangeEmail(true);
$this->customerAccountEdit->getAccountInfoForm()->fill($customer); $this->customerAccountEdit->getAccountInfoForm()->fill($customer);
$this->customerAccountEdit->getAccountInfoForm()->submit(); $this->customerAccountEdit->getAccountInfoForm()->submit();
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment