Closed (duplicate)
Project:
Drupal.org BDD
Version:
7.x-1.x-dev
Component:
Feature/Scenarios
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Nov 2012 at 15:16 UTC
Updated:
25 Jul 2013 at 03:02 UTC
I renamed registration_email_pattern.feature to user_registration.feature and updated feature and scenario descriptions a bit.
http://drupalcode.org/project/doobie.git/commit/848c9d8
I think this file also needs to test that:
1. Username validation works as in - it can't contain inappropriate characters and it can't be already existing username
2. Email validation works, as in - it should contain @ etc.
Comments
Comment #1
kssundar commentedUpdated and committed here - http://drupalcode.org/project/doobie.git/commit/bb5fd88
Comment #2
tvn commentedI think for email verification we also need to test that email is not already taken by other user.
Apart from that looks good.
Comment #3
kssundar commentedThis is already covered in the feature "Scenario: Create a different user with the same Email Id"
Comment #4
tvn commentedRight, looks finished then. Thanks!
Comment #5
kssundar commentedNeed 7.x update
Comment #6
kssundar commentedUpdated 7.x - http://drupalcode.org/project/doobie.git/commit/0de189f
Comment #7
eliza411 commentedLooks as ready as possible until D7 Drupal.org is ready for feedback.
Comment #8
eliza411 commentedClosing in favor of #2045095: Refactor user_registration.feature
Comment #8.0
eliza411 commented.