NOTE: Make all tests in advanced theme
# in the front-end profile editing change event under "Update" button from `OnUpdate` to `OnUpdateAjax`
# Go to front-end and register as new user (/platform/login/register.html)
# Approve user as admin in admin console
# Login as created user in front-end and go to profile editing (/platform/my_account/my_profile.html)
# Fill the form, clear E-mail field
# Press "Update" button
# Confirm, that page after reload displays correct JSON data - `{"status": "FAILED","uploader_info": {"PrimaryImage": {"urls": "","names": "","sizes": ""}},"field_errors": {"Email": "Field is required"}}`
# Go to profile editing (/platform/my_account/my_profile.html) again
# fill the form,# Open browser development tools and clear E-mail fieldsession cookie
# p# Press "Update" button
# c# Confirm, that page after reload displays correct JSON data - `{"status": "FAILED","uploader_info": {"PrimaryImage": {"urls": "","names": "","sizes": ""}},"field_errors": {"Email": "Field is required"}}`you redirected to user registration