add some limits for conversation#new
This commit is contained in:
parent
4b2364e893
commit
d54a8428d3
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,8 @@
|
|||
selectedItemProp: "name",
|
||||
searchObjProps: "name",
|
||||
asHtmlID: "contact_ids",
|
||||
retrieveLimit: 10,
|
||||
minChars: 3,
|
||||
keyDelay: 0,
|
||||
startText: '',
|
||||
emptyText: '#{t('.no_results')}',
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue