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",
|
selectedItemProp: "name",
|
||||||
searchObjProps: "name",
|
searchObjProps: "name",
|
||||||
asHtmlID: "contact_ids",
|
asHtmlID: "contact_ids",
|
||||||
|
retrieveLimit: 10,
|
||||||
|
minChars: 3,
|
||||||
keyDelay: 0,
|
keyDelay: 0,
|
||||||
startText: '',
|
startText: '',
|
||||||
emptyText: '#{t('.no_results')}',
|
emptyText: '#{t('.no_results')}',
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ Feature: new user registration
|
||||||
Scenario: new user goes through the setup wizard
|
Scenario: new user goes through the setup wizard
|
||||||
When I fill in "profile_first_name" with "O"
|
When I fill in "profile_first_name" with "O"
|
||||||
And I fill in "profile_last_name" with "Hai"
|
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 press "Save and continue"
|
||||||
And I wait for "step 2" to load
|
And I wait for "step 2" to load
|
||||||
Then I should see "Profile updated"
|
Then I should see "Profile updated"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue