Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/+0bcf4e74.tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Re-enable test of valid email address with a format that may cause problems.
[maurits]
11 changes: 5 additions & 6 deletions src/plone/app/users/tests/email_login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,9 @@ Pick a different email address.
Pick a valid email address with a format that may cause problems.
This needs plone.schema 2.0.2, with a better email validation.
This also needs a Products.CMFPlone release where the RegistrationTool has the principal_id_or_login_name_exists method.
This is expected in 6.0.15, 6.1.1, and 6.2.0a1.
TODO: enable this test after we have those releases.
This is available since 6.0.15, 6.1.1, and 6.2.0a1.

.. >>> browser.getControl('Email').value = "o'hara@example.com"
.. >>> browser.getControl('Save').click()
.. >>> browser.contents
.. '...Changes saved...'
>>> browser.getControl('Email').value = "o'hara@example.com"
>>> browser.getControl('Save').click()
>>> browser.contents
'...Changes saved...'