add some limits for conversation#new

This commit is contained in:
zhitomirskiyi 2011-03-29 14:18:07 -07:00
parent 4b2364e893
commit d54a8428d3
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,8 @@
selectedItemProp: "name",
searchObjProps: "name",
asHtmlID: "contact_ids",
retrieveLimit: 10,
minChars: 3,
keyDelay: 0,
startText: '',
emptyText: '#{t('.no_results')}',

View file

@ -14,7 +14,7 @@ Feature: new user registration
Scenario: new user goes through the setup wizard
When I fill in "profile_first_name" with "O"
And I fill in "profile_last_name" with "Hai"
And I fill in "profile_tag_string" with "#gender"
And I fill in "tags" with "#tags"
And I press "Save and continue"
And I wait for "step 2" to load
Then I should see "Profile updated"